From a5a1d929ca2e75332f20f0cafc0711aa0f0608fb Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Fri, 6 Jul 2012 03:22:02 +0200
Subject: [PATCH] No need for being protected.

---
 apps/contacts/lib/app.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/contacts/lib/app.php b/apps/contacts/lib/app.php
index b3a7abd28b..25461877e6 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'),
-- 
GitLab