2
0
stany.ferer 1 жил өмнө
parent
commit
6717c46718

+ 0 - 6
core/class/git.class.php

@@ -11,12 +11,6 @@ class git
                 return TRUE;
             }
 
-            if(strpos($_string, 'Git Success') === TRUE){
-                $return = TRUE;
-            } else {
-                return FALSE;
-            }
-
             return $return;
         } else {
             return TRUE;