소스 검색

* Fixed error when logging out

Tyler Akins 24 년 전
부모
커밋
c6b2c83663
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/signout.php

+ 2 - 0
src/signout.php

@@ -21,6 +21,8 @@
 
 
    // Erase any lingering attachments
+   if (! isset($attachments))
+       $attachments = array();
    foreach ($attachments as $info)
    {
        if (file_exists($attachment_dir . $info['localfilename']))