1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Issue #2818 Moved core database update check to ajax.

This commit is contained in:
Cameron
2017-11-15 17:51:46 -08:00
parent ab76e96e86
commit 1069998c42
7 changed files with 87 additions and 4 deletions

View File

@@ -285,6 +285,8 @@ class admin_start
return null;
}
return null;
$checked = e107::getSession()->get('core-update-checked');