mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
"only complain about not found files (not found dirs dont matter)"
This commit is contained in:
parent
bb1ed52c7f
commit
8375a909f7
@ -461,7 +461,7 @@ function phpgwapi_upgrade1_5_011()
|
||||
rmdir($old_path);
|
||||
}
|
||||
}
|
||||
else
|
||||
elseif(!($stat["mode"] & sqlfs_stream_wrapper::MODE_DIR))
|
||||
{
|
||||
echo "phpgwapi_upgrade1_5_011() $url: $old_path not found!\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user