From 5c263f271f52ac690c0afc762b5af700b44296ee Mon Sep 17 00:00:00 2001 From: fidian Date: Fri, 20 Apr 2001 15:57:29 +0000 Subject: [PATCH] * Fixed error when logging out git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1273 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/signout.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/signout.php b/src/signout.php index 83c78ccd..68ef0ce1 100644 --- a/src/signout.php +++ b/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'])) -- 2.25.1