]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions-functions.php
Some SQLs rewritten, unneccessary parameter removed
[mailer.git] / inc / extensions-functions.php
index b3421876b54d6f09679de0b2da6e08775bd1d7e9..001aee7e1dc14b8fc9cbb7c2ba23d99f7938679a 100644 (file)
@@ -866,7 +866,7 @@ function doDeactivateExtension($ext_name) {
 
                // Notify the admin
                sendAdminNotification(
-               getMessage('ADMIN_SUBJECT_EXTENSION_DEACTIVATED'),
+                       getMessage('ADMIN_SUBJECT_EXTENSION_DEACTIVATED'),
                        'admin_ext_deactivated',
                        array('ext_name' => $ext_name)
                );