Missing dollarsign re-added
authorAndrew Garrett <werdna@users.mediawiki.org>
Fri, 12 Jan 2007 13:25:11 +0000 (13:25 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Fri, 12 Jan 2007 13:25:11 +0000 (13:25 +0000)
includes/Title.php

index 3511ce4..5a3aec0 100644 (file)
@@ -1378,7 +1378,7 @@ class Title {
                        $where_clauses[] = 'page_id=pr_page';
                        $tables[] = 'page';
                } else {
-                       options[] = "LIMIT 1";
+                       $options[] = "LIMIT 1";
                }
 
                $res = $dbr->select( $tables, $cols, $where_clauses, __METHOD__, $options);