diff options
Diffstat (limited to 'apps/contacts/import.php')
-rwxr-xr-x | apps/contacts/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/import.php b/apps/contacts/import.php index 95f17a8896f..9355f8b9f70 100755 --- a/apps/contacts/import.php +++ b/apps/contacts/import.php @@ -19,7 +19,7 @@ if(is_writable('import_tmp/')){ } $view = $file = null; if(isset($_POST['fstype']) && $_POST['fstype'] == 'OC_FilesystemView') { - $view = OC_App::getStorage('contacts'); + $view = OCP\App::getStorage('contacts'); $file = $view->file_get_contents('/' . $_POST['file']); } else { $file = OC_Filesystem::file_get_contents($_POST['path'] . '/' . $_POST['file']); |