- Login failtures now counted and displayed after login in admin/member area
[mailer.git] / inc / loader / load_cache-admin.php
index 234e51ed3f49b6c33631ed5daf08023e4ab39d1f..06689b6b81d735f4a2998063e4cb16406f526e84 100644 (file)
@@ -122,6 +122,9 @@ ORDER BY login", __FILE__, __LINE__);
 
        // Free memory
        SQL_FREERESULT($result_admins);
+
+       // Reload the cache
+       require(__FILE__);
 }
 
 // Close file
@@ -165,6 +168,9 @@ if (GET_EXT_VERSION("admins") >= "0.3") {
 
                // Free memory
                SQL_FREERESULT($result);
+
+               // Reload the cache
+               require(__FILE__);
        }
 
        // Close file