diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-12-05 21:51:25 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-12-07 20:40:58 +0100 |
commit | 247146f7036984e0ae7a6719e8adfca6c2251079 (patch) | |
tree | 9e3d221d072818ba1935ab6c69074244580be7d5 /apps/contacts/appinfo | |
parent | c67ac46b6c3b333c7f16cbdc8df7b9a6b4f3fb1b (diff) | |
download | nextcloud-server-247146f7036984e0ae7a6719e8adfca6c2251079.tar.gz nextcloud-server-247146f7036984e0ae7a6719e8adfca6c2251079.zip |
Contacts: refactor rendering of part.details template
Diffstat (limited to 'apps/contacts/appinfo')
-rw-r--r-- | apps/contacts/appinfo/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/appinfo/app.php b/apps/contacts/appinfo/app.php index fc7b3769c53..524cc640bc9 100644 --- a/apps/contacts/appinfo/app.php +++ b/apps/contacts/appinfo/app.php @@ -1,5 +1,6 @@ <?php +OC::$CLASSPATH['OC_Contacts_App'] = 'apps/contacts/lib/app.php'; OC::$CLASSPATH['OC_Contacts_Addressbook'] = 'apps/contacts/lib/addressbook.php'; OC::$CLASSPATH['OC_Contacts_VCard'] = 'apps/contacts/lib/vcard.php'; OC::$CLASSPATH['OC_Contacts_Hooks'] = 'apps/contacts/lib/hooks.php'; |