|
@@ -55,7 +55,7 @@ discard block |
|
|
block discarded – undo |
|
55
|
55
|
|
|
56
|
56
|
$mgd_config = midgard_connection::get_instance()->config; |
|
57
|
57
|
$mgdschema_file = $mgd_config->vardir . '/mgdschema_classes.php'; |
|
58
|
|
- if ( file_exists($mgdschema_file) |
|
|
58
|
+ if (file_exists($mgdschema_file) |
|
59
|
59
|
&& !unlink($mgdschema_file)) { |
|
60
|
60
|
throw new \RuntimeException('Could not unlink ' . $mgdschema_file); |
|
61
|
61
|
} |
|
@@ -72,7 +72,7 @@ discard block |
|
|
block discarded – undo |
|
72
|
72
|
$cms = $em->getMetadataFactory()->getAllMetadata(); |
|
73
|
73
|
|
|
74
|
74
|
// create storage |
|
75
|
|
- if ( !midgard_storage::create_base_storage() |
|
|
75
|
+ if (!midgard_storage::create_base_storage() |
|
76
|
76
|
&& midgard_connection::get_instance()->get_error_string() != 'MGD_ERR_OK') { |
|
77
|
77
|
throw new \Exception("Failed to create base database structures" . midgard_connection::get_instance()->get_error_string()); |
|
78
|
78
|
} |
Please login to merge, or discard this patch.