From: Andrew Garrett Date: Fri, 12 Jan 2007 13:25:11 +0000 (+0000) Subject: Missing dollarsign re-added X-Git-Tag: 1.31.0-rc.0~54462 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=dd2dcc64b896a7467f8344675c6707b8d9a8c82e;p=lhc%2Fweb%2Fwiklou.git Missing dollarsign re-added --- diff --git a/includes/Title.php b/includes/Title.php index 3511ce407e..5a3aec030e 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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);