Browse Source

fix typo in $quotvar name

Thijs Kinkhorst 20 năm trước cách đây
mục cha
commit
d841bb4cd3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -1609,7 +1609,7 @@ function sq_cid2http($message, $id, $cidurl, $mailbox){
          * If we couldn't generate a proper img url, drop in a blank image
          * instead of sending back empty, otherwise it causes unusual behaviour
          */
-        $httpurl = $quotechar . SM_PATH . 'images/blank.png';
+        $httpurl = $quotchar . SM_PATH . 'images/blank.png';
     }
  
     return $httpurl;