From 142f61ef76e30517c48ee67e08a1e2f47715382a Mon Sep 17 00:00:00 2001 From: sunhao Date: Tue, 15 Oct 2024 17:17:46 +0800 Subject: [PATCH] * [misc] fix conflict with main. --- module/file/control.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/file/control.php b/module/file/control.php index 314a0809aa..b2e90cd568 100755 --- a/module/file/control.php +++ b/module/file/control.php @@ -61,11 +61,10 @@ class file extends control * @param string $extra * @param string $field * @param bool $api - * @param bool $onlyImage * @access public * @return void */ - public function ajaxUpload(string $uid = '', string $objectType = '', int $objectID = 0, string $extra = '', string $field = 'imgFile', bool $api = false, bool $onlyImage = true) + public function ajaxUpload(string $uid = '', string $objectType = '', int $objectID = 0, string $extra = '', string $field = 'imgFile', bool $api = false) { $file = $this->file->getUpload($field);