From: Roland Häder Date: Mon, 18 Feb 2013 05:06:36 +0000 (+0000) Subject: Make it public now :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=624feceab705e1ab71ef6aa829ee527c33cce3fa;p=core.git Make it public now :( --- diff --git a/inc/config/class_FrameworkConfiguration.php b/inc/config/class_FrameworkConfiguration.php index 914d13a1..6e8758de 100644 --- a/inc/config/class_FrameworkConfiguration.php +++ b/inc/config/class_FrameworkConfiguration.php @@ -123,7 +123,7 @@ class FrameworkConfiguration implements Registerable { * @param $configEntry The configuration entry we shall check * @return $isset Whether the given configuration entry is set */ - protected function isConfigurationEntrySet ($configEntry) { + public function isConfigurationEntrySet ($configEntry) { // Is it set? $isset = isset($this->config[$configEntry]);