Add Support::getCallStack
returns full call stack for call (excluding self)
This commit is contained in:
@@ -470,7 +470,7 @@ function intervalStringFormatDeprecated(
|
||||
// on first hit turn off (full off)
|
||||
if ($value) {
|
||||
$skip_last_zero = null;
|
||||
} elseif (!$value && $skip_last_zero === false) {
|
||||
} elseif ($skip_last_zero === false) {
|
||||
$zero_last_list[] = $part;
|
||||
}
|
||||
// build format
|
||||
|
||||
Reference in New Issue
Block a user