Explorar el Código

! Something else needed moving up the running order too. Fixes #1025

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer hace 11 años
padre
commit
453ff1b298
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -61,10 +61,10 @@ $smcFunc = array();
 loadDatabase();
 
 // Load the settings from the settings table, and perform operations like optimizing.
+$context = array();
 reloadSettings();
 // Clean the request variables, add slashes, etc.
 cleanRequest();
-$context = array();
 
 // Seed the random generator.
 if (empty($modSettings['rand_seed']) || mt_rand(1, 250) == 69)