Popraw operator porównania w widoku głównym zadań
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<? endforeach;?>
|
||||
</ul>
|
||||
</div>
|
||||
<? if ( $this -> user['id'] === 1 ):?>
|
||||
<? if ( $this -> user['id'] == 1 ):?>
|
||||
<div class="column tasks_fvat">
|
||||
<h2>Faktury</h2>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user