From 0c41ee09497d8dec4895aa13a4d9da45f51f21ca Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Mon, 12 Oct 2009 14:05:51 +0000 Subject: [PATCH] sqlfs_stream_wrapper must not use fs_link column as it gets created in 1.7.002 --- phpgwapi/setup/tables_update_1_4.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpgwapi/setup/tables_update_1_4.inc.php b/phpgwapi/setup/tables_update_1_4.inc.php index cbee8a1dfc..e8c47b868c 100644 --- a/phpgwapi/setup/tables_update_1_4.inc.php +++ b/phpgwapi/setup/tables_update_1_4.inc.php @@ -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'",