From: Roland Häder Date: Fri, 18 May 2012 19:25:40 +0000 (+0000) Subject: Opps ... X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=ddc8b6b30361d35a304a2b0e596dafc154799dbf Opps ... --- diff --git a/inc/config/class_FrameworkConfiguration.php b/inc/config/class_FrameworkConfiguration.php index 6743ab4b..71e0da4c 100644 --- a/inc/config/class_FrameworkConfiguration.php +++ b/inc/config/class_FrameworkConfiguration.php @@ -177,9 +177,9 @@ class FrameworkConfiguration implements Registerable { */ public final function unsetConfigEntry ($configKey) { // Is the configuration entry there? - if (!$this->isConfigurationEntrySet($configEntry)) { + if (!$this->isConfigurationEntrySet($configKey)) { // Entry was not found! - throw new NoConfigEntryException(array(__CLASS__, $configEntry), self::EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND); + throw new NoConfigEntryException(array(__CLASS__, $configKey), self::EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND); } // END - if // Unset it