]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/task_functions.php
Fix for double-included file
[mailer.git] / inc / libs / task_functions.php
index 78808132a0f9257eff6aa3ac80b95c03f0a79131..582139eb9bfd159419d7152aa41d2f78827eac89 100644 (file)
@@ -370,7 +370,7 @@ ORDER BY active_bonus DESC, userid";
                if (GET_EXT_VERSION("bonus") >= "0.8.7") {
                        // List all notifications
                        $SQLs[]   = "SELECT id FROM "._MYSQL_PREFIX."_bonus WHERE is_notify='Y' ORDER BY timestamp DESC";
-                       $WHATs[]  = "list_notiftications";
+                       $WHATs[]  = "list_notifications";
                        $DESCRs[] = TASK_ADMIN_LIST_NOTIFICATIONS;
                        $TITLEs[] = TASK_ADMIN_LIST_NOTIFICATIONS_TITLE;
                }