Skip to content
Snippets Groups Projects
Commit 9d9b3708 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #79082 : fix failures

parent 7ae32b8a
Branches
Tags
6 merge requests!2890Master,!2889Master,!2888Master,!2887Master,!2878Dev#79082 explo amelioration du force https,!2873Dev#79082 explo amelioration du force https
Pipeline #5259 passed with stage
in 30 minutes and 21 seconds
......@@ -60,7 +60,7 @@ class Admin_AjaxController extends Zend_Controller_Action {
'thesaurus' => new Class_CodifThesaurus(),
'tag' => new Class_TagNotice()];
if (isset($autohrities[$code]))
if (isset($authorities[$code]))
return $authorities[$code];
}
}
\ No newline at end of file
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