Archived
1
0

fix /b/ug

This commit is contained in:
Jeff Becker 2017-11-11 09:49:05 -05:00
parent 9230349b30
commit a7718e9a0a
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -99,6 +99,9 @@ func (self *nullHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
goto notfound goto notfound
} }
} }
if group == "" {
goto notfound
}
hasgroup := self.database.HasNewsgroup(group) hasgroup := self.database.HasNewsgroup(group)
if !hasgroup { if !hasgroup {
goto notfound goto notfound