mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-21 16:08:29 +00:00
Add > 0
This commit is contained in:
@@ -237,7 +237,7 @@ require_once "resources/require.php";
|
||||
}
|
||||
|
||||
//write the provision files
|
||||
if (strlen($_SESSION['switch']['provision']['dir'])) {
|
||||
if (strlen($_SESSION['switch']['provision']['dir']) > 0) {
|
||||
require_once "app/provision/provision_write.php";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user