Переглянути джерело

Fix : webhook object creation

hystepik 2 роки тому
батько
коміт
158d0458df
1 змінених файлів з 0 додано та 5 видалено
  1. 0 5
      htdocs/webhook/class/target.class.php

+ 0 - 5
htdocs/webhook/class/target.class.php

@@ -229,11 +229,6 @@ class Target extends CommonObject
 			return $resultcreate;
 		}
 
-		$resultvalidate = $this->validate($user, $notrigger);
-		if ($resultvalidate <= 0) {
-			return $resultvalidate;
-		}
-
 		return $this->id;
 	}