From 416a2ea08a1dd3dafc7d875be6348c2d7fdf4cc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 14 May 2012 20:14:15 +0000 Subject: [PATCH] And 'public' also ... --- inc/classes/main/registry/class_BaseRegistry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/main/registry/class_BaseRegistry.php b/inc/classes/main/registry/class_BaseRegistry.php index d0ef397f..84b6d63b 100644 --- a/inc/classes/main/registry/class_BaseRegistry.php +++ b/inc/classes/main/registry/class_BaseRegistry.php @@ -195,7 +195,7 @@ class BaseRegistry extends BaseFrameworkSystem implements Registerable { * @param $data An array with data * @return $registryKey A registry key */ - protected static function getRegistryKeyFromArray ($prefix, array $data) { + public static function getRegistryKeyFromArray ($prefix, array $data) { // "Generate" the key $registryKey = $prefix . self::REGISTRY_KEY_GLUE . implode(self::REGISTRY_KEY_GLUE, $data); -- 2.30.2