removed file data
This commit is contained in:
@@ -259,6 +259,7 @@ class UploadManager extends Model
|
||||
public function specififBackendCall($action,$data){
|
||||
log_message('critical', "UploadManager specififBackendCall ********** UPLOAD-> " );
|
||||
$data["action"] = $action;
|
||||
$data["file_data"] =''; // dont send file data ever
|
||||
$wrenchboard = new \App\Models\BackendModel();
|
||||
$ret = $wrenchboard->wrenchboard_api($data, $out);
|
||||
return $ret;
|
||||
|
||||
Reference in New Issue
Block a user