mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
No need for being protected.
This commit is contained in:
parent
59b38e668d
commit
a5a1d929ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue