0.0.0 shall be our first version
[mailer.git] / inc / modules / admin / overview-inc.php
index 859996d9016ccd10292ed4066536d4a5bd4263ca..11acac5e80c495c4f944535b2cb32a0c0ea1987b 100644 (file)
@@ -70,7 +70,7 @@ function outputStandardOverview (&$result_tasks) {
                        // Is the extension not yet installed?
                        if ($extInstalled === false) {
                                // We maybe want to install an extension so let's test-drive it...
-                               if (loadExtension($ext_name, getExtensionMode(), '0.0', true)) {
+                               if (loadExtension($ext_name, getExtensionMode(), '0.0.0', true)) {
                                        // Create a task for newly installed extension (we ignore the task id here)
                                        createNewExtensionTask($ext_name);
                                } // END - if