Skip to content
Snippets Groups Projects
Commit 69a5d4cf authored by Apparao G's avatar Apparao G
Browse files

Fix typo in Vtiger_AccessControl constructor

parents 610897b6 9e098a69
No related branches found
No related tags found
1 merge request!930Fix typo in Vtiger_AccessControl constructor
...@@ -16,7 +16,7 @@ class Vtiger_AccessControl { ...@@ -16,7 +16,7 @@ class Vtiger_AccessControl {
'current_user_groups', 'subordinate_roles', 'parent_roles', 'subordinate_roles_users', 'user_info' 'current_user_groups', 'subordinate_roles', 'parent_roles', 'subordinate_roles_users', 'user_info'
); );
protected function __consturct() { protected function __construct() {
$this->privileges = array(); $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