@@ -11,7 +11,7 @@ |
||
11 | 11 | $items = isset($items) ? $items : null; |
12 | 12 | $session = $this->di->get("session"); |
13 | 13 | $filter = $this->di->get("textfilter"); |
14 | -$tags = []; |
|
14 | +$tags = [ ]; |
|
15 | 15 | // var_dump($session); |
16 | 16 | ?> |
17 | 17 | <h1>Welcome to the forum</h1> |