Skip to content

Commit

Permalink
Merge branch 'master' of github.com:thorsten/phpMyFAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Apr 16, 2020
2 parents 8c97e36 + ceea26e commit e007e3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpmyfaq/setup/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
</div>
</div>
</form>
<?php
<?php
System::renderFooter();
}

Expand Down Expand Up @@ -295,7 +295,7 @@
</div>
</div>
</form>
<?php
<?php
System::renderFooter();
} else {
echo '<p class="alert alert-danger"><strong>Error:</strong> Your version of phpMyFAQ could not updated.</p>';
Expand Down Expand Up @@ -639,7 +639,7 @@
// Rename rights
$perm->renameRight('adduser', 'add_user');
$perm->renameRight('edituser', 'edit_user');
$perm->renameRight('deluser', 'delete_user');
$perm->renameRight('delete_user', 'delete_user');
}

//
Expand Down

0 comments on commit e007e3d

Please sign in to comment.