]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/helper/web/blocks/class_WebBlockHelper.php
Rewritten a lot double-quotes to single-requotes, removed deprecated exception, some...
[core.git] / inc / classes / main / helper / web / blocks / class_WebBlockHelper.php
index bcdeb5ffcec976df862fdd3fd5221cef97b2cce3..5f17a563853f88eedcc9d391663e6581b9919c7f 100644 (file)
@@ -83,7 +83,7 @@ class WebBlockHelper extends BaseWebHelper implements HelpableTemplate {
         * @return      $withRegistration       Wether with registration date
         */
        public function ifIncludeRegistrationStamp () {
-               $withRegistration = ($this->getConfigInstance()->readConfig('block_shows_registration') === "Y");
+               $withRegistration = ($this->getConfigInstance()->readConfig('block_shows_registration') == 'Y');
                return $withRegistration;
        }