]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-top10.php
wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / inc / extensions / ext-top10.php
index 4264841f3a70dffb42205a8cb5aeea227d67cc0c..4c01f92d9df4c677851187ec9269f5d18cd3eaed 100644 (file)
@@ -143,7 +143,7 @@ case "update": // Update an extension
 
 default: // Do stuff when extension is loaded
        $DUMMY = LOAD_CONFIG("0");
-       $CONFIG['top10_max'] = $DUMMY['top10_max'];
+       $_CONFIG['top10_max'] = $DUMMY['top10_max'];
        unset($DUMMY);
        break;
 }