From fc70b2213e64be8539197764b8a51f49ba329e2b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 31 Jan 2015 16:20:21 +0000 Subject: [PATCH] missing use / namespace aliases --- api/src/Vfs.php | 3 +++ api/src/Vfs/Sqlfs/Utils.php | 1 + 2 files changed, 4 insertions(+) diff --git a/api/src/Vfs.php b/api/src/Vfs.php index 42191b3190..e6fc809399 100644 --- a/api/src/Vfs.php +++ b/api/src/Vfs.php @@ -24,7 +24,10 @@ use HTTP_WebDAV_Server; use egw_exception_assertion_failed; use egw_exception_db; use egw_exception_wrong_parameter; +use egw_exception_wrong_userinput; +use egw_exception; use egw_time; +use egw_cache; /** * Class containing static methods to use the new eGW virtual file system diff --git a/api/src/Vfs/Sqlfs/Utils.php b/api/src/Vfs/Sqlfs/Utils.php index ed8343aac3..b7e842f6aa 100644 --- a/api/src/Vfs/Sqlfs/Utils.php +++ b/api/src/Vfs/Sqlfs/Utils.php @@ -18,6 +18,7 @@ use EGroupware\Api\Vfs; // explicitly import old phpgwapi classes used: use mime_magic; use egw_exception_assertion_failed; +use schema_proc; /** * sqlfs stream wrapper utilities: migration db-fs, fsck