X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=84f704c0c073cf51ceb6800af2054503bf1a15ba;hp=ffc910af656ca27fb05e486eea73676982476da0;hb=f26aab4a55972825a0d3ef9346c8c8dea8752b7b;hpb=66b2219e27cbea96dcfe69a181b9ab819796a820 diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index ffc910af65..84f704c0c0 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -171,7 +171,7 @@ function OUTPUT_SELECTED_TASKS ($POST, $result_tasks) { $ext_name = substr($subj, 1, strpos($subj, ":") - 1); if ($type == "EXTENSION") { // Load SQL commands for registering - SET_SQLS(EXTENSION_REGISTER($ext_name, $id, true)); + REGISTER_EXTENSION($ext_name, $id, true); // Add notes to text $text .= EXT_GET_NOTES();