MTrack/SCM/Git/Repo.php
[web.mtrack] / MTrack / SCM / Git / Repo.php
index 2c93a2f..09bd8b2 100644 (file)
@@ -253,7 +253,7 @@ HOOK;
                 
                 
             /// oh what a horible hack.. - bad api design here.
-            } else if ($limit ) {
+            } else if (is_array($limit) ) {
                 foreach($limit as $k=>$v) {
                      
                     $args[] = ($k == '-') ? $v : ('--'. $k .'='. $v);