X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-extensions.php;h=2f0b03a87049db40d1980f37a2aecb08701f02af;hp=c6cecbd8e5018277abf7d9b751f73b1224e982ba;hb=f1308369312b448023e572dc12dec0da6a9b5e52;hpb=2abf1ab70c824b92934910d9f5da3c37fe089c47 diff --git a/inc/modules/admin/what-extensions.php b/inc/modules/admin/what-extensions.php index c6cecbd8e5..2f0b03a870 100644 --- a/inc/modules/admin/what-extensions.php +++ b/inc/modules/admin/what-extensions.php @@ -105,8 +105,8 @@ if (isGetRequestElementSet('reg_ext')) { // Run SQLs on activation / deactivation switch ($active) { - case 'Y': getExtensionMode('activate'); break; - case 'N': getExtensionMode('deactivate'); break; + case 'Y': setExtensionMode('activate'); break; + case 'N': setExtensionMode('deactivate'); break; } // END - if // Run embeded SQL commands