Index: trunk/phase3/includes/QueryPage.php |
— | — | @@ -245,7 +245,7 @@ |
246 | 246 | |
247 | 247 | # Save results into the querycache table on the master |
248 | 248 | if ( count( $vals ) ) { |
249 | | - if ( !$dbw->insert( 'querycache', $vals, __METHOD__ ) { |
| 249 | + if ( !$dbw->insert( 'querycache', $vals, __METHOD__ ) ) { |
250 | 250 | // Set result to false to indicate error |
251 | 251 | $dbr->freeResult( $res ); |
252 | 252 | $res = false; |