summaryrefslogtreecommitdiffstats
path: root/apps/contacts/ajax/importaddressbook.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-05-07 11:47:14 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-05-07 11:47:14 +0200
commit46fe2e3e2a3d194d8ab17540ec991c5c8cc178e3 (patch)
tree78896053233f385afbdc6006eade163626048bf6 /apps/contacts/ajax/importaddressbook.php
parent7d2a68fc314bcefa69413d85e69ffd10dc34ddc5 (diff)
parent3a184e2e1d7ae49d596e06b724ffc36382d02596 (diff)
downloadnextcloud-server-46fe2e3e2a3d194d8ab17540ec991c5c8cc178e3.tar.gz
nextcloud-server-46fe2e3e2a3d194d8ab17540ec991c5c8cc178e3.zip
fix merge conflicts
Diffstat (limited to 'apps/contacts/ajax/importaddressbook.php')
-rwxr-xr-xapps/contacts/ajax/importaddressbook.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/ajax/importaddressbook.php b/apps/contacts/ajax/importaddressbook.php
index 66cfa4f8af4..f93bbfa4d9d 100755
--- a/apps/contacts/ajax/importaddressbook.php
+++ b/apps/contacts/ajax/importaddressbook.php
@@ -16,7 +16,7 @@ $freeSpace=OC_Filesystem::free_space('/');
$freeSpace=max($freeSpace,0);
$maxUploadFilesize = min($maxUploadFilesize ,$freeSpace);
-$tmpl = new OC_Template('contacts', 'part.importaddressbook');
+$tmpl = new OCP\Template('contacts', 'part.importaddressbook');
$tmpl->assign('uploadMaxFilesize', $maxUploadFilesize);
$tmpl->assign('uploadMaxHumanFilesize', OCP\Util::humanFileSize($maxUploadFilesize));
$tmpl->printpage();