Skip to content
Unverified Commit a5f0cc65 authored by Daniel Kesselberg's avatar Daniel Kesselberg
Browse files

--database-name or --database-table-prefix are ignored for sqlite



The default implementation of initialize in AbstractDatabase writes
database information to config.php. The method is overwritten in
Sqlite but parent is never called. Database-Name and Database-Table-Prefix
are never written to config.php. But from this point setup use values
from config.

Signed-off-by: default avatarDaniel Kesselberg <mail@danielkesselberg.de>
parent cce9f25d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment