Index: trunk/phase3/includes/db/DatabaseSqlite.php |
— | — | @@ -389,7 +389,7 @@ |
390 | 390 | * @param $options array |
391 | 391 | * @return string |
392 | 392 | */ |
393 | | - function makeInsertOptions( &$options ) { |
| 393 | + function makeInsertOptions( $options ) { |
394 | 394 | $options = self::fixIgnore( $options ); |
395 | 395 | return parent::makeInsertOptions( $options ); |
396 | 396 | } |