Skip to content

Commit

Permalink
Merge branch '2.16.x' of https://github.com/abecms/abecms into 2.16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Aug 11, 2017
2 parents 579f7bb + 4084388 commit 8f2c811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/users/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export function isUserAllowedOnRoute(workflow, currentRoute) {
return true
}

if (currentRoute.indexOf('abe/') === -1) {
if (currentRoute.indexOf('/abe') === -1) {
isAllowed = true
}

Expand Down

0 comments on commit 8f2c811

Please sign in to comment.