|
@@ -272,6 +272,7 @@ class Core
|
|
$param['add_file'] = $this->file;
|
|
$param['add_file'] = $this->file;
|
|
$param['add_key'] = md5($this->output['url']);
|
|
$param['add_key'] = md5($this->output['url']);
|
|
$param['add_ext'] = $this->ext;
|
|
$param['add_ext'] = $this->ext;
|
|
|
|
+ $param['add_upload'] = $this->data['key'];
|
|
|
|
|
|
if ($this->limit) {
|
|
if ($this->limit) {
|
|
$param['add_width'] = $this->limit[0];
|
|
$param['add_width'] = $this->limit[0];
|