You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add runtime fallback for Tools Time->duration() method
The duration() method is specific to the Tools TimeHelper. Applications
not using the Tools plugin would get a fatal error. This adds a
method_exists check with a fallback to PHP's DateInterval::format().
Port of #462 to master.
0 commit comments