fix typo in $quotvar name
[squirrelmail.git] / functions / mime.php
index 00469acebd13974eff9707f46fbe376c1b9a8f13..014ee0d115321cf3ae5d84d7895c08a88262169f 100644 (file)
@@ -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;