X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=11acac5e80c495c4f944535b2cb32a0c0ea1987b;hb=8d0ed5ed9a9ca0e07b9582f2311b44bdcc5a95ea;hp=859996d9016ccd10292ed4066536d4a5bd4263ca;hpb=50cf84b88ecac4d0b245ea00824c7b2f45bffcdb;p=mailer.git diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index 859996d901..11acac5e80 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -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