Add > 0
This commit is contained in:
parent
c44697d6fa
commit
a2f2784db8
|
|
@ -237,7 +237,7 @@ require_once "resources/require.php";
|
||||||
}
|
}
|
||||||
|
|
||||||
//write the provision files
|
//write the provision files
|
||||||
if (strlen($_SESSION['switch']['provision']['dir'])) {
|
if (strlen($_SESSION['switch']['provision']['dir']) > 0) {
|
||||||
require_once "app/provision/provision_write.php";
|
require_once "app/provision/provision_write.php";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue