Explorar el Código

* Fixed error when logging out

Tyler Akins hace 24 años
padre
commit
c6b2c83663
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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']))