And 'public' also ...
[core.git] / inc / classes / main / registry / class_BaseRegistry.php
index 96f94897dfdb5ad60b82df6f670d09e2d9b01267..84b6d63ba7a7971ecd8a6487d00f8c35f6852a6b 100644 (file)
@@ -195,7 +195,7 @@ class BaseRegistry extends BaseFrameworkSystem implements Registerable {
         * @param       $data                   An array with data
         * @return      $registryKey    A registry key
         */
-       protected 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);