Completed
Branch master (562283)
by Myles
01:53
created
Category
code/DevTasks.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,9 @@
 block discarded – undo
13 13
     {
14 14
         parent::init();
15 15
 
16
-        if (!Permission::check("VIEW_DEVTASKS")) return;
16
+        if (!Permission::check("VIEW_DEVTASKS")) {
17
+            return;
18
+        }
17 19
 
18 20
         $tasks = array(
19 21
             'devbuild' => array(
Please login to merge, or discard this patch.