Skip to content
Snippets Groups Projects
Commit 911eaed2 authored by Laurent's avatar Laurent
Browse files

Fix syntax error

parent 7a01b503
Branches
Tags
4 merge requests!529Hotline 6.56,!512Master,!500Hotline 6.55,!494Dev#7832 profils url rewriting
<?php
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
......@@ -279,7 +278,7 @@ function newFrontController() {
->registerPlugin(new ZendAfi_Controller_Plugin_CustomFields())
->registerPlugin(new ZendAfi_Controller_Plugin_Lectura())
->setParam('useDefaultControllerAlways', false);
}
function setupFrontController($cfg) {
$front_controller = newFrontController()
......
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