Here's the fix:
In class.admintheme.inc.php, lines 266 - 268:
Code: Select all
$this->perms['htmlPerms'] = check_permission($this->userid, 'Add Html Blobs') |
check_permission($this->userid, 'Modify Html Blobs') |
check_permission($this->userid, 'Delete Html Blobs');Then, cut this from line 270:
Code: Select all
$this->perms['htmlPerms'] |Code: Select all
$this->perms['cssPerms'] | $this->perms['cssAssocPerms'] | $this->perms['htmlPerms'] |
