This website works better with JavaScript.
Explore
Help
Sign In
hyperzlib
/
nodebb
Watch
1
Star
0
Fork
You've already forked nodebb
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
add missing return to guestHandleValid
Browse Source
v1.18.x
barisusakli
9 years ago
parent
3b0eca3be2
commit
6e469f1f0a
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
src/topics/create.js
Unescape
Escape
View File
@ -336,6 +336,7 @@ module.exports = function(Topics) {
}
callback
(
)
;
}
)
;
return
;
}
callback
(
)
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
hyperzlib/nodebb
Title
Body
Create Issue