Skip to content
Snippets Groups Projects
Commit 9e098a69 authored by AL's avatar AL
Browse files

Fix typo in Vtiger_AccessControl constructor

parent f343edf7
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class Vtiger_AccessControl {
'current_user_groups', 'subordinate_roles', 'parent_roles', 'subordinate_roles_users', 'user_info'
);
protected function __consturct() {
protected function __construct() {
$this->privileges = array();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment