Refactor
This commit is contained in:
parent
6815767e94
commit
8a9a5d4efe
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if ('POST' === $_SERVER['REQUEST_METHOD']) {
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($versions as $version) {
|
foreach ($versions as $version) {
|
||||||
if (-1 === version_compare($options->getOption('version'), $version['version'])) {
|
if (-1 === version_compare($options->version, $version['version'])) {
|
||||||
$sql = file_get_contents($version['filepath']);
|
$sql = file_get_contents($version['filepath']);
|
||||||
|
|
||||||
if ($sql) {
|
if ($sql) {
|
||||||
|
|
Loading…
Reference in a new issue