Skip to content
Snippets Groups Projects
Commit 1ca3c210 authored by Uma's avatar Uma
Browse files

Fixes #1221 Profile level permissions enabled for Emails module

parent 38d85502
No related branches found
No related tags found
1 merge request!517Fixes #1221 Profile level permissions enabled for Emails module
...@@ -42,7 +42,4 @@ if (defined('VTIGER_UPGRADE')) { ...@@ -42,7 +42,4 @@ if (defined('VTIGER_UPGRADE')) {
createUserSharingPrivilegesfile($userId); createUserSharingPrivilegesfile($userId);
echo "User privilege and sharing privilege files recreated for user id :: $userId.<br>"; echo "User privilege and sharing privilege files recreated for user id :: $userId.<br>";
} }
Vtiger_Cache::flushAllData();
echo "Cache cleared <br>";
} }
\ No newline at end of file
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