MTrack/SCM/Git/Repo.php
authorAlan Knowles <alan@roojs.com>
Sat, 3 Nov 2012 05:06:17 +0000 (13:06 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 3 Nov 2012 05:06:17 +0000 (13:06 +0800)
MTrack/SCM/Git/Repo.php

index 633f090..2c93a2f 100644 (file)
@@ -253,10 +253,10 @@ HOOK;
                 
                 
             /// oh what a horible hack.. - bad api design here.
-            } else if (is_object($limit) ) {
-                foreach((array)$limit as $k=>$v) {
+            } else if ($limit ) {
+                foreach($limit as $k=>$v) {
                      
-                    $args[] = ($k = '-') ? $v : ('--'. $k .'='. $v);
+                    $args[] = ($k == '-') ? $v : ('--'. $k .'='. $v);
                     
                 }