X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilters.php;h=34574e46a599b1ca839a33a326f3610cc14ee2f8;hb=6dfd806a1f5884785dfabfd0af959009e5fab108;hp=881eb57395f1b1bd2d476de9c437f4b423dec756;hpb=a9074302f00653c098d4c577d12d94160cf6914e;p=mailer.git diff --git a/inc/filters.php b/inc/filters.php index 881eb57395..34574e46a5 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -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)) {