diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 829684e..2e2ed3f 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -102,6 +102,7 @@ final class BackendController extends Controller return $view; } + /** * Routing end-point for application behaviour. * diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 52ef1df..882a813 100755 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -27,5 +27,6 @@ use phpOMS\Stdlib\Base\Enum; abstract class PermissionState extends Enum { public const QA = 1; + public const QUESTION = 2; } diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php index b3b7b64..133b567 100755 --- a/Theme/Backend/qa-tag-list.tpl.php +++ b/Theme/Backend/qa-tag-list.tpl.php @@ -28,11 +28,11 @@ echo $this->getData('nav')->render();
| = $this->getHtml('ID', '0', '0'); ?> - | = $this->getHtml('Name') ?> + | = $this->getHtml('Name'); ?> |