mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Fixed a problem where the type was trying to be changed from String to Array in hook(). That normally wouldn't work in php3.
This commit is contained in:
parent
1dd9c8edfe
commit
8af3bb58e6
@ -919,6 +919,7 @@
|
||||
global $phpgw, $phpgw_info;
|
||||
if ($order == '')
|
||||
{
|
||||
settype($order,'array');
|
||||
$order[] = $phpgw_info['flags']['currentapp'];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user