From: Siebrand Mazeland Date: Fri, 8 May 2009 23:27:42 +0000 (+0000) Subject: Follow-up on r50351. Fix syntax errors in CategoryPage.php X-Git-Tag: 1.31.0-rc.0~41839 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=3e27728fbcaca88b91ecadb3332cd8535e5ed93c;p=lhc%2Fweb%2Fwiklou.git Follow-up on r50351. Fix syntax errors in CategoryPage.php --- diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index 5ba858f972..43516b0c72 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -452,7 +452,7 @@ class CategoryViewer { $prevLink = wfMsgExt( 'prevn', array( 'escape', 'parsemag' ), $limitText ); if( $first != '' ) { - query[] = array( 'until' => $first ); + $query[] = array( 'until' => $first ); $prevLink = $sk->link( $title, $prevLink, @@ -462,7 +462,7 @@ class CategoryViewer { } $nextLink = wfMsgExt( 'nextn', array( 'escape', 'parsemag' ), $limitText ); if( $last != '' ) { - query[] = array( 'from' => $last ); + $query[] = array( 'from' => $last ); $nextLink = $sk->link( $title, $nextLink,