r49429 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49428‎ | r49429 | r49430 >
Date:18:15, 12 April 2009
Author:catrope
Status:ok
Tags:
Comment:
Fix up r49428: add missing brace
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1244,6 +1244,7 @@
12451245 }
12461246 $cgi .= urlencode( $key ) . '=' .
12471247 urlencode( $value );
 1248+ }
12481249 }
12491250 }
12501251 return $cgi;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49428Fix warning in PHP 5.1 when feeding Title objects to wfArrayToCGI(). Also enf...catrope17:38, 12 April 2009

Status & tagging log