stanley-king %!s(int64=2) %!d(string=hai) anos
pai
achega
282fe5914a
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      helper/task/handler.php

+ 1 - 3
helper/task/handler.php

@@ -358,9 +358,7 @@ class handler
             $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007');
             $objWriter->save($file_path);
 
-            if($stage > 0) {
-                $percentor($total_stage,$total_stage);
-            }
+            $percentor($total_stage,$total_stage);
 
             return [true, $filename];
         } catch (Exception $e) {