X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=blobdiff_plain;f=MTrack%2FSCM.php;h=c0e0188a7c2ddeeeb7121140f35da4833210f91d;hp=85bf6c524e807c1c7858e1e367a373927bc523ba;hb=00f3563752f1a6e8069a075c1a3a07db86c81cc0;hpb=b9cb03b1c35277addb97947061a5e54f1e286b3a diff --git a/MTrack/SCM.php b/MTrack/SCM.php index 85bf6c52..c0e0188a 100644 --- a/MTrack/SCM.php +++ b/MTrack/SCM.php @@ -65,12 +65,12 @@ abstract class MTrackSCM foreach ($args as $arg) { if (!is_array($arg)) { - $cmd .= ' ' . SCM::escapeshellarg($arg); + $cmd .= ' ' . MTrackSCM::escapeshellarg($arg); continue; } foreach ($arg as $a) { - $cmd .= ' ' . SCM::escapeshellarg($a); + $cmd .= ' ' . MTrackSCM::escapeshellarg($a); } }