]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Do better call debug_report_bug() if something bad happened
[mailer.git] / inc / filters.php
index 881eb57395f1b1bd2d476de9c437f4b423dec756..34574e46a599b1ca839a33a326f3610cc14ee2f8 100644 (file)
@@ -180,7 +180,9 @@ function FILTER_AUTO_ACTIVATE_EXTENSION ($data) {
 // Filter for solving task given task
 function FILTER_SOLVE_TASK ($data) {
        // Don't solve anything if no admin!
-       if (!isAdmin()) return $data;
+       if (!isAdmin()) {
+               return $data;
+       } // END - if
 
        // Is this a direct task id or array element task_id is found?
        if (is_int($data)) {