Skip to content
Snippets Groups Projects
Commit 52245554 authored by llaffont's avatar llaffont
Browse files

Correction controller directory pour les flash

parent a3d7a843
Branches
Tags
No related merge requests found
......@@ -241,7 +241,7 @@ function setupFrontController() {
$front_controller = Zend_Controller_Front::getInstance()
->throwExceptions(true)
->addModuleDirectory(MODULEDIRECTORY)
->addControllerDirectory('afi/application/modules/opacpriv/controllers','opacpriv')
->addControllerDirectory(ROOT_PATH.'afi/application/modules/opacpriv/controllers','opacpriv')
->setDefaultModule('opac')
->setBaseUrl(BASE_URL)
->registerPlugin(new ZendAfi_Controller_Plugin_AdminAuth())
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment