Skip to content
Snippets Groups Projects
Commit 70b225ec authored by yogeshwar's avatar yogeshwar
Browse files

E-ALL SETTINGS - HomePage && User

parent 03231aa2
No related branches found
No related tags found
2 merge requests!1233E_ALL fixes across modules for PHP 8.x,!1207E-ALL SETTINGS - HomePage && User
......@@ -35,7 +35,7 @@
</div>
</div>
{if !isset($PERMANENT)}
{if !isset($PERMANENT)|| !$PERMANENT }
<div class="form-group">
<label class="control-label fieldLabel col-sm-4"></label>
<div class="controls fieldValue col-sm-8">
......
......@@ -49,7 +49,7 @@ class Vtiger_AccessControl {
self::$singleton = new self();
}
if (isset(self::$singleton->privileges[$id]) && self::$singleton->privileges && self::$singleton->privileges[$id]) {
if ( self::$singleton->privileges && isset(self::$singleton->privileges[$id])&& self::$singleton->privileges[$id]) {
unset(self::$singleton->privileges[$id]);
}
}
......
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