Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / config / class_FrameworkConfiguration.php
index 283ad69a95b8cd8333345a77a2e519d9e2f65a79..c96e851961f113ab1b420f4f95a94635f08b1077 100644 (file)
@@ -163,7 +163,7 @@ class FrameworkConfiguration implements Registerable {
                if (empty($cfgEntry)) {
                        // Entry is empty
                        throw new ConfigEntryIsEmptyException($this, self::EXCEPTION_CONFIG_ENTRY_IS_EMPTY);
-               } elseif (!$this->isConfigEntrySet($cfgEntry)) {
+               } elseif (!$this->isConfigurationEntrySet($cfgEntry)) {
                        // Entry was not found!
                        throw new ConfigEntryNotFoundException(array(__CLASS__, $cfgEntry), self::EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND);
                }