typo sorry
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 10 Jun 2004 11:04:01 +0000 (11:04 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 10 Jun 2004 11:04:01 +0000 (11:04 +0000)
includes/Title.php

index 85b16ed..71bd88f 100644 (file)
@@ -1221,7 +1221,7 @@ class Title {
                        # append the last child.
                        # TODO : We should have a last child unless there is an error in the
                        # "categorylinks" table.
-                       if(isset($lastchild) { $result .= $lastchild; }
+                       if(isset($lastchild)) { $result .= $lastchild; }
                        
                        $result .= "<br/>\n";