]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-top10.php
major login problems fixed and some code-improvements
[mailer.git] / inc / extensions / ext-top10.php
index bfe821a1e27ba27852a77e4cfcbe04e0722aa3cf..4c01f92d9df4c677851187ec9269f5d18cd3eaed 100644 (file)
@@ -124,7 +124,7 @@ case "update": // Update an extension
                $UPDATE_NOTES = "Rechtschreibefehler beseitigt.";
                break;
 
-       case "0.1.0": // SQL queries for v0.1.0
+       case "0.1.0": // SQL queries for v0.2.1
                // Update notes (these will be set as task text!)
                $UPDATE_NOTES = "HTML-Code ausgelagert in Templates und SQL-Anweisungen abgesichert.";
                break;
@@ -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;
 }