typo
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 22 Apr 2004 22:45:31 +0000 (22:45 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 22 Apr 2004 22:45:31 +0000 (22:45 +0000)
includes/SkinPHPTal.php

index 1f29302..39dbe70 100644 (file)
@@ -84,7 +84,7 @@
                        #}
 
                        $tpl->setRef( "title", &$this->titletxt ); // ?
-                       if(!empty($action) {
+                       if(!empty($action)) {
                                $taction =  $this->getPageTitleActionText();
                                $taction = !empty($taction)?' - '.$taction:'';
                        } else { $taction = ''; }