1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

BC fixes for admin-log detail rendering.

This commit is contained in:
Cameron
2014-01-12 05:34:48 -08:00
parent 3b65f464a0
commit 3d78256104
2 changed files with 14 additions and 1 deletions

View File

@@ -680,6 +680,8 @@ if (isset($pref['modules']) && $pref['modules']) {
}
*/
$sql->db_Mark_Time('Start: Load Plugin Modules');
$js_body_onload = array(); // Initialise this array in case a module wants to add to it
// Load e_modules after all the constants, but before the themes, so they can be put to use.