]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-admins_edit.php
Global variables rewritten
[mailer.git] / inc / modules / admin / what-admins_edit.php
index e4aaee886fb1e0c1709d4daa152aa50ae7ae65da..6706d9a016780bfb9a151f2a794fc12bb2e10cf2 100644 (file)
@@ -38,10 +38,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", basename(__FILE__));
-
-// Instance for the cache extension
-global $cacheInstance;
+ADD_DESCR("admin", __FILE__);
 
 // Set selection data to empty array when it is empty
 if (empty($_POST['sel'])) $_POST['sel'] = array();