XEVE-19-001, XEVE-19-003, XEVE-19-006

xpressengine/xe-core@18ec8078eb
This commit is contained in:
Kijin Sung 2019-05-04 17:36:41 +09:00
parent 880ae97e31
commit 70108f858d
9 changed files with 86 additions and 25 deletions

View file

@ -868,7 +868,7 @@ function removeSrcHack($match)
* @param string $file Taget file path
* @return bool
*/
function checkUploadedFile($file)
function checkUploadedFile($file, $filename = null)
{
return true;
}