mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 22:21:34 +01:00
Trying to fix cat_id setting if cat = 0 or ''
This commit is contained in:
parent
5d4eb501d5
commit
5e6c6bae46
@ -61,7 +61,7 @@
|
|||||||
if(!empty($sort)) { $this->sort = $sort; }
|
if(!empty($sort)) { $this->sort = $sort; }
|
||||||
if(!empty($order)) { $this->order = $order; }
|
if(!empty($order)) { $this->order = $order; }
|
||||||
if(!empty($filter)) { $this->filter = $filter; }
|
if(!empty($filter)) { $this->filter = $filter; }
|
||||||
if(!empty($fcat_id)) { $this->cat_id = $fcat_id; }
|
if(isset($fcat_id)) { $this->cat_id = $fcat_id; }
|
||||||
}
|
}
|
||||||
|
|
||||||
function save_sessiondata()
|
function save_sessiondata()
|
||||||
|
Loading…
Reference in New Issue
Block a user