r95565 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95564‎ | r95565 | r95566 >
Date:17:42, 26 August 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix r95446
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/LocalFile.php
@@ -996,7 +996,7 @@
997997 $dbw->begin( __METHOD__ );
998998 $dbw->update(
999999 'site_stats',
1000 - array( 'ss_images' => 'ss_images+1' ),
 1000+ array( 'ss_images = ss_images+1' ),
10011001 '*',
10021002 __METHOD__
10031003 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95446Merge r94252 to trunk...reedy21:31, 24 August 2011

Status & tagging log