r36278 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36277‎ | r36278 | r36279 >
Date:09:06, 14 June 2008
Author:tstarling
Status:old
Tags:
Comment:
Another bug
Modified paths:
  • /trunk/extensions/ExtensionDistributor/svn-invoker.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ExtensionDistributor/svn-invoker.php
@@ -87,7 +87,7 @@
8888
8989 try {
9090 $sx = new SimpleXMLElement( $result );
91 - $rev = $sx->entry->commit['revision'];
 91+ $rev = strval( $sx->entry->commit['revision'] );
9292 } catch ( Exception $e ) {
9393 $rev = false;
9494 }

Status & tagging log