Merge "Perform a permission check on the title when changing the page language"
[lhc/web/wiklou.git] / includes / actions / CreditsAction.php
index 803695a..021f426 100644 (file)
@@ -44,7 +44,6 @@ class CreditsAction extends FormlessAction {
         * @return string HTML
         */
        public function onView() {
-
                if ( $this->page->getID() == 0 ) {
                        $s = $this->msg( 'nocredits' )->parse();
                } else {