Index: trunk/phase3/includes/db/DatabaseSqlite.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | * Constructor. |
23 | 23 | * Parameters $server, $user and $password are not used. |
24 | 24 | */ |
25 | | - function __construct( $server = false, $user = false, $password = false, $dbName = false, $failFunction = false, $flags = 0, $fileame = false ) { |
| 25 | + function __construct( $server = false, $user = false, $password = false, $dbName = false, $failFunction = false, $flags = 0 ) { |
26 | 26 | global $wgSQLiteDataDir; |
27 | 27 | $this->mFailFunction = $failFunction; |
28 | 28 | $this->mFlags = $flags; |