From c853502a0103d5c78a7c9950b653a5a91f5e21ae Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 27 Jan 2015 17:17:50 +0000 Subject: [PATCH] fix an other not aliased global class (egw_time) --- api/src/Vfs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/Vfs.php b/api/src/Vfs.php index ae2de39a62..42191b3190 100644 --- a/api/src/Vfs.php +++ b/api/src/Vfs.php @@ -24,6 +24,7 @@ use HTTP_WebDAV_Server; use egw_exception_assertion_failed; use egw_exception_db; use egw_exception_wrong_parameter; +use egw_time; /** * Class containing static methods to use the new eGW virtual file system