diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 09:49:22 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 09:49:22 +0200 |
commit | e8ec999090d06127861bf51bf77c9ab2a50647ce (patch) | |
tree | 9f49a7d09350da41399c116848314505342e7da9 /apps/contacts | |
parent | 0195d5b4393dee68bb8a51068f10d0dc035b9d39 (diff) | |
download | nextcloud-server-e8ec999090d06127861bf51bf77c9ab2a50647ce.tar.gz nextcloud-server-e8ec999090d06127861bf51bf77c9ab2a50647ce.zip |
port to use the new public api
Diffstat (limited to 'apps/contacts')
-rw-r--r-- | apps/contacts/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/contacts/index.php b/apps/contacts/index.php index 61cec6c24a8..0abec096e7f 100644 --- a/apps/contacts/index.php +++ b/apps/contacts/index.php @@ -52,10 +52,10 @@ OC_Util::addScript('contacts','jquery.combobox'); OC_Util::addScript('contacts','jquery.inview'); OC_Util::addScript('contacts','jquery.Jcrop'); OC_Util::addScript('contacts','jquery.multi-autocomplete'); -OC_Util::addStyle('','jquery.multiselect'); -OC_Util::addStyle('contacts','jquery.combobox'); -OC_Util::addStyle('contacts','jquery.Jcrop'); -OC_Util::addStyle('contacts','contacts'); +OCP\Util::addStyle('','jquery.multiselect'); +OCP\Util::addStyle('contacts','jquery.combobox'); +OCP\Util::addStyle('contacts','jquery.Jcrop'); +OCP\Util::addStyle('contacts','contacts'); $tmpl = new OC_Template( "contacts", "index", "user" ); $tmpl->assign('uploadMaxFilesize', $maxUploadFilesize); |