From: Roland Häder Date: Mon, 14 May 2012 20:14:15 +0000 (+0000) Subject: And 'public' also ... X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=416a2ea08a1dd3dafc7d875be6348c2d7fdf4cc4;ds=sidebyside And 'public' also ... --- 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);