Fixed typo in template that prevent project permissions to be duplicated

This commit is contained in:
Frederic Guillot
2016-07-24 10:08:57 -04:00
parent df57b0f2c8
commit 506ebf3bac
3 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<?= $this->form->csrf() ?>
<?php if ($project['is_private'] == 0): ?>
<?= $this->form->checkbox('projectPermission', t('Permissions'), 1, true) ?>
<?= $this->form->checkbox('projectPermissionModel', t('Permissions'), 1, true) ?>
<?php endif ?>
<?= $this->form->checkbox('categoryModel', t('Categories'), 1, true) ?>