PMCORE-3527-A
This commit is contained in:
@@ -41,9 +41,11 @@ if (!defined('TIME_ZONE')) {
|
|||||||
$cliName = array_shift($args);
|
$cliName = array_shift($args);
|
||||||
$taskName = array_shift($args);
|
$taskName = array_shift($args);
|
||||||
$workspace = array_shift($args);
|
$workspace = array_shift($args);
|
||||||
|
if (isset($workspace[0])) {
|
||||||
while ($workspace[0] == '-') {
|
while ($workspace[0] == '-') {
|
||||||
$workspace = array_shift($args);
|
$workspace = array_shift($args);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Get time zone (global or by workspace)
|
// Get time zone (global or by workspace)
|
||||||
$arraySystemConfiguration = System::getSystemConfiguration('', '', $workspace);
|
$arraySystemConfiguration = System::getSystemConfiguration('', '', $workspace);
|
||||||
|
|||||||
Reference in New Issue
Block a user