mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-10 11:24:39 +03:00
Merge pull request #2311 from stenehall/master
Fixing typo in allowedSections for allowed pages under settings
This commit is contained in:
commit
383da31484
@ -89,7 +89,7 @@ adminControllers = {
|
||||
// Method: GET
|
||||
'settings': function (req, res, next) {
|
||||
// TODO: Centralise list/enumeration of settings panes, so we don't run into trouble in future.
|
||||
var allowedSections = ['', 'general', 'user', 'app'],
|
||||
var allowedSections = ['', 'general', 'user', 'apps'],
|
||||
section = req.url.replace(/(^\/ghost\/settings[\/]*|\/$)/ig, '');
|
||||
|
||||
if (allowedSections.indexOf(section) < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user