Commit c28b42f57e1a508f9dc1e50f6cc6b308a7c70adb
1 parent
6e9d20c7
Exists in
master
Corrigido bud ao abrir os detalhes de uma área de conhecimento;
Portabilis/ieducar#152
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/lib/Core/Controller/Page/ViewController.php
... | ... | @@ -31,7 +31,7 @@ |
31 | 31 | require_once 'Core/View/Tabulable.php'; |
32 | 32 | require_once 'include/clsDetalhe.inc.php'; |
33 | 33 | require_once 'CoreExt/View/Helper/UrlHelper.php'; |
34 | -//require_once 'Portabilis/View/Helper/Application.php'; | |
34 | +require_once 'Portabilis/View/Helper/Application.php'; | |
35 | 35 | |
36 | 36 | /** |
37 | 37 | * Core_Controller_Page_ViewController abstract class. | ... | ... |