Fixes a minor issue from D14034. PHP doesn't like clone null;, and if you type a nonsense command like arc nbrhch (as I frequently do) we try to clone null here.
Instead, just return null; if no workflow matches. Clone otherwise.
Differential D14112
Fix an issue with "arc nrabch" epriestley on Sep 15 2015, 4:45 PM. Authored by Tags None Referenced Files
Subscribers None
Details Fixes a minor issue from D14034. PHP doesn't like clone null;, and if you type a nonsense command like arc nbrhch (as I frequently do) we try to clone null here. Instead, just return null; if no workflow matches. Clone otherwise.
Diff Detail
|