FIX - не передавал список типов точек

This commit is contained in:
Krivchikov Dmitry 2014-05-02 13:50:19 +04:00
parent 1396a2b4ea
commit b210ee11ba
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@
</table>
</div>
<?= $user ? '' : self::renderPartial('modals/login.php', null, true) ?>
<?= $user ? self::renderPartial('modals/addPoint.php', null, true) : '' ?>
<?= $user ? self::renderPartial('modals/addPoint.php', array('categories' => $categories), true) : '' ?>
<?= self::renderPartial('modals/categories.php', null, true) ?>