Fix installer step not incrementing

This commit is contained in:
grandeljay 2022-10-31 13:18:40 +01:00
parent 22dbae187d
commit 7be54a8167

View file

@ -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',
);