forked from extern/egroupware
Possible fix for latest beta of php5
This commit is contained in:
parent
f38405cde4
commit
5b2e153cc6
@ -878,7 +878,8 @@
|
||||
{
|
||||
if(floor(phpversion()) > 4)
|
||||
{
|
||||
$b = $a->__clone();
|
||||
// $b = $a->__clone();
|
||||
$b = clone $a;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user