From 1389049d8cf5c3a8d701debd04b540364fc96d44 Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Sun, 24 May 2015 20:10:42 -0400 Subject: [PATCH] This is static --- framework/Core/lib/Horde/Core/Kolab/Storage/HistoryPrefix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Core/Kolab/Storage/HistoryPrefix.php b/framework/Core/lib/Horde/Core/Kolab/Storage/HistoryPrefix.php index 84fae99866f..cb1bb5d2946 100644 --- a/framework/Core/lib/Horde/Core/Kolab/Storage/HistoryPrefix.php +++ b/framework/Core/lib/Horde/Core/Kolab/Storage/HistoryPrefix.php @@ -70,7 +70,7 @@ public static function getPrefix(Horde_Kolab_Storage_Data $data) * * @return string The horde application name of false if not known. */ - protected function _type2app($type) + protected static function _type2app($type) { global $registry;