summaryrefslogtreecommitdiffstats
path: root/apps/contacts/ajax/uploadimport.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/ajax/uploadimport.php')
-rwxr-xr-xapps/contacts/ajax/uploadimport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/ajax/uploadimport.php b/apps/contacts/ajax/uploadimport.php
index e2bc6d7290b..51ae949b680 100755
--- a/apps/contacts/ajax/uploadimport.php
+++ b/apps/contacts/ajax/uploadimport.php
@@ -34,7 +34,7 @@ function debug($msg) {
OCP\Util::writeLog('contacts','ajax/uploadimport.php: '.$msg, OCP\Util::DEBUG);
}
-$view = OC_App::getStorage('contacts');
+$view = OCP\App::getStorage('contacts');
$tmpfile = md5(rand());
// If it is a Drag'n'Drop transfer it's handled here.