]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-cache_stats.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / modules / admin / what-cache_stats.php
index 65cf634c9eaa2b7a45644483abab19b901f88d57..684e3b60206142e0fc1bde76ae8e9b6ebb4f3a0a 100644 (file)
@@ -43,7 +43,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", __FILE__);
+ADD_DESCR('admin', __FILE__);
 
 // Calculate total hits
 $totalHits = (getConfig('db_hits') + getConfig('cache_hits'));