瀏覽代碼

Fix concat

ChillerDragon 1 年之前
父節點
當前提交
2612644127
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      upload.php

+ 1 - 1
upload.php

@@ -76,7 +76,7 @@ function upload_image() {
         echo "Sorry, only JPG, JPEG, PNG & GIF files are allowed.";
         $uploadOk = 0;
     }
-    dbg("file type: " + $imageFileType);
+    dbg("file type: " . $imageFileType);
 
     // Check if $uploadOk is set to 0 by an error
     if ($uploadOk == 0) {