formatting

This commit is contained in:
Shish
2019-11-03 18:28:38 +00:00
parent 427acc55a0
commit c58a13ae88
8 changed files with 24 additions and 17 deletions

View File

@ -70,9 +70,9 @@ class AdminPage extends Extension
}
if ($event->cmd == "db-upgrade") {
print("Running DB Upgrade\n");
global $database;
global $database;
$database->set_timeout(300000); // These updates can take a little bit
send_event(new DatabaseUpgradeEvent());
send_event(new DatabaseUpgradeEvent());
}
if ($event->cmd == "get-page") {
global $page;