From e12b1e980127b754c83d9238d7473e89be248179 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 9 Apr 2006 12:08:53 +0000 Subject: [PATCH] fix for bug [ 1467180 ] WEBDAV broken in filemanager --- phpgwapi/inc/class.vfs_dav.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.vfs_dav.inc.php b/phpgwapi/inc/class.vfs_dav.inc.php index 8b877f1dcb..fc5fe7a2cb 100644 --- a/phpgwapi/inc/class.vfs_dav.inc.php +++ b/phpgwapi/inc/class.vfs_dav.inc.php @@ -642,7 +642,7 @@ reset ($rarray); for ($i = 0; (list ($key, $value) = each ($rarray)) && $i != $count; $i++) { - $rarray[$key . '_clean'] = $GLOBALS['egw']->db_clean (array ('string' => $value)); + $rarray[$key . '_clean'] = $this->db_clean (array ('string' => $value)); } if ($data['object'])