Skip to content
Snippets Groups Projects
Commit 0ace387f authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #14874 : fix mispelled function name

parent c2206540
Branches
Tags
5 merge requests!274Master,!272Hotline 6.47,!271Master,!270Hotline 6.47,!269Dev #15141 Merge Agenda From Bron To Opac
......@@ -348,12 +348,12 @@ class Admin_ProfilController extends ZendAfi_Controller_Action {
if ($module_config['type_module'] == "CONTENEUR_DEUX_COLONNES") {
if (array_key_exists('col_gauche_module_id', $module_config['preferences']) and
$id_col_gauche = $module_config['preferences']['col_gauche_module_id'])
$enreg["modules"][$id_col_gauche] = $profil->getLocaleModuleAccueilConfig($id_col_gauche);
$enreg["modules"][$id_col_gauche] = $profil->getLocalModuleAccueilConfig($id_col_gauche);
if (array_key_exists('col_droite_module_id', $module_config['preferences']) and
$id_col_droite = $module_config['preferences']['col_droite_module_id'])
$enreg["modules"][$id_col_droite] = $profil->getLocaleModuleAccueilConfig($id_col_droite);
$enreg["modules"][$id_col_droite] = $profil->getLocalModuleAccueilConfig($id_col_droite);
}
}
......
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