mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fixed bug: private filter not working as suggested by Bertrand Croq <bertrand.croq-at-freeskop.com> on the developer list
This commit is contained in:
parent
00986df3bc
commit
d16625797f
@ -241,7 +241,7 @@
|
||||
|
||||
$this->printer_friendly = ((int)$friendly == 1?True:False);
|
||||
|
||||
if(isset($_POST['filter']) && ($_POST['filter'] == ' all ' || $_POST['filter'] == ' privat '))
|
||||
if(isset($_POST['filter']) && ($_POST['filter'] == ' all ' || $_POST['filter'] == ' private '))
|
||||
{
|
||||
$this->filter = $_POST['filter'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user