]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-top10.php
more in naming convention applied, you should better kill inc/cache/*.cache files...
[mailer.git] / inc / extensions / ext-top10.php
index 4c01f92d9df4c677851187ec9269f5d18cd3eaed..19ac12ced016296e9672f3470afb324e3c554d5f 100644 (file)
@@ -142,9 +142,9 @@ case "update": // Update an extension
        break;
 
 default: // Do stuff when extension is loaded
-       $DUMMY = LOAD_CONFIG("0");
-       $_CONFIG['top10_max'] = $DUMMY['top10_max'];
-       unset($DUMMY);
+       $dummy = LOAD_CONFIG();
+       $_CONFIG['top10_max'] = $dummy['top10_max'];
+       unset($dummy);
        break;
 }