]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/factories/html/class_HtmlNewsFactory.php
Continued:
[core.git] / framework / main / classes / factories / html / class_HtmlNewsFactory.php
index da522134ef2a620be0cf5164184ea5e5c232af35..ebcd9ff46149b7055d217e0c561d9b94894997c8 100644 (file)
@@ -67,8 +67,8 @@ class HtmlNewsFactory extends BaseFactory {
                        if (!empty($action)) {
                                // Then use both for config entry
                                $configEntry = sprintf('news_reader_%s_%s_class', $command, $action);
-                       } // END - if
-               } // END - if
+                       }
+               }
 
                // Get the news reader class name from config
                $className = FrameworkBootstrap::getConfigurationInstance()->getConfigEntry($configEntry);