diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-07-06 03:22:02 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-07-06 03:22:42 +0200 |
commit | a5a1d929ca2e75332f20f0cafc0711aa0f0608fb (patch) | |
tree | 1db8d1fc0f1bd63bdc0165493f70d5bf28ed8dec /apps | |
parent | 59b38e668dd2a31e55a7bf0bbf6e9cb57cba6f9b (diff) | |
download | nextcloud-server-a5a1d929ca2e75332f20f0cafc0711aa0f0608fb.tar.gz nextcloud-server-a5a1d929ca2e75332f20f0cafc0711aa0f0608fb.zip |
No need for being protected.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/contacts/lib/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/lib/app.php b/apps/contacts/lib/app.php index b3a7abd28bc..25461877e62 100644 --- a/apps/contacts/lib/app.php +++ b/apps/contacts/lib/app.php @@ -164,7 +164,7 @@ class OC_Contacts_App { * @brief returns the default categories of ownCloud * @return (array) $categories */ - protected static function getDefaultCategories(){ + public static function getDefaultCategories(){ return array( (string)self::$l10n->t('Birthday'), (string)self::$l10n->t('Business'), |