Index: trunk/phase3/includes/filerepo/LocalFile.php |
— | — | @@ -997,7 +997,7 @@ |
998 | 998 | $dbw->update( |
999 | 999 | 'site_stats', |
1000 | 1000 | array( 'ss_images' => 'ss_images+1' ), |
1001 | | - array(), |
| 1001 | + '*', |
1002 | 1002 | __METHOD__ |
1003 | 1003 | ); |
1004 | 1004 | $dbw->commit( __METHOD__ ); |