Test Setup Failed
Push — master ( 6c5ede...e3c3a1 )
by Markus
03:01
created
view/forum/tags.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 $items = isset($items) ? $items : null;
12 12
 // var_dump($items);
13 13
 // $session = $this->di->get("session");
14
-$tags = [];
14
+$tags = [ ];
15 15
 ?>
16 16
 
17 17
 <?php if (!$items) : ?>
Please login to merge, or discard this patch.