sqlfs_stream_wrapper must not use fs_link column as it gets created in 1.7.002

This commit is contained in:
Christian Binder 2009-10-12 14:05:51 +00:00
parent 501e715561
commit 0c41ee0949

View File

@ -222,6 +222,7 @@ 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',