Fix installer step not incrementing
This commit is contained in:
parent
22dbae187d
commit
7be54a8167
1 changed files with 4 additions and 3 deletions
|
@ -139,13 +139,14 @@ class Page
|
|||
|
||||
$user = isset($_SESSION['user']->id) ? $_SESSION['user'] : new User();
|
||||
$ignorePower = array(
|
||||
'home',
|
||||
'blog',
|
||||
'post',
|
||||
'changelog',
|
||||
'home',
|
||||
'install',
|
||||
'login',
|
||||
'maintenance',
|
||||
'post',
|
||||
'register',
|
||||
'changelog',
|
||||
'wishlist',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue