mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix some Scrutinizer warnings
This commit is contained in:
parent
7f6088490a
commit
b2404ba895
@ -79,8 +79,8 @@ class admin_cmd_category extends admin_cmd
|
||||
$this->cat_name = Api\Categories::id2name($this->cat_id);
|
||||
|
||||
// Clean data for history
|
||||
$set =& $this->set;
|
||||
$old =& $this->old;
|
||||
$set = $this->set;
|
||||
$old = $this->old;
|
||||
unset($old['last_mod']);
|
||||
unset($set['old_parent'], $set['base_url'], $set['last_mod'], $set['all_cats'], $set['no_private']);
|
||||
foreach($set as $key => $value)
|
||||
|
Loading…
Reference in New Issue
Block a user