mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
sqlfs_stream_wrapper must not use fs_link column as it gets created in 1.7.002
This commit is contained in:
parent
501e715561
commit
0c41ee0949
@ -222,7 +222,8 @@ function phpgwapi_upgrade1_5_004()
|
||||
$accounts = new accounts();
|
||||
|
||||
egw_vfs::$is_root = true; // we need root rights to set the extended acl, without being the owner
|
||||
|
||||
sqlfs_stream_wrapper::$extra_columns = ''; // no fs_link column, as it gets created in 1.7.002
|
||||
|
||||
foreach($GLOBALS['egw_setup']->db->select('egw_acl','*',array(
|
||||
'acl_appname' => 'filemanager',
|
||||
"acl_location != 'run'",
|
||||
|
Loading…
Reference in New Issue
Block a user