Skip to content
Snippets Groups Projects
Commit a5a1d929 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

No need for being protected.

parent 59b38e66
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment