|
@@ -68,6 +68,11 @@ class Save
|
|
$this->output = $handle->copy();
|
|
$this->output = $handle->copy();
|
|
unset($this->output['file']);
|
|
unset($this->output['file']);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ $call = Dever::input('call');
|
|
|
|
+ if ($call) {
|
|
|
|
+ Dever::load($call, array('upload' => Dever::json_encode($this->output)), 'post');
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|