mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
MINOR Fixing undefined variable
This commit is contained in:
parent
bac4aac13f
commit
9dfebd8732
@ -29,6 +29,7 @@ class SQLiteDatabaseConfigurationHelper implements DatabaseConfigurationHelper {
|
|||||||
*/
|
*/
|
||||||
public function requireDatabaseServer($databaseConfig) {
|
public function requireDatabaseServer($databaseConfig) {
|
||||||
$path = $databaseConfig['path'];
|
$path = $databaseConfig['path'];
|
||||||
|
$error = '';
|
||||||
|
|
||||||
if(!$path) {
|
if(!$path) {
|
||||||
$success = false;
|
$success = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user