mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
"fixes a weird problem with php5.1, does NOT happen with php5.2:
if cf's were used, the rows above loose their link"
This commit is contained in:
parent
a749233461
commit
cfef135914
@ -448,6 +448,7 @@ class filemanager_ui
|
||||
{
|
||||
foreach($path2props as $path => $props)
|
||||
{
|
||||
unset($row); // fixes a weird problem with php5.1, does NOT happen with php5.2
|
||||
$row =& $rows[$path2n[$path]];
|
||||
foreach($props as $prop)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user