evoxwht пре 2 година
родитељ
комит
fc4bd5b578
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      crmeb/app/services/system/attachment/SystemAttachmentServices.php

+ 1 - 2
crmeb/app/services/system/attachment/SystemAttachmentServices.php

@@ -157,8 +157,7 @@ class SystemAttachmentServices extends BaseServices
      */
     public function move(array $data)
     {
-        $res = $this->dao->move($data);
-        if (!$res) throw new AdminException(400600);
+        $this->dao->move($data);
     }
 
     /**