From: Michael M Slusarz Date: Wed, 17 Dec 2008 06:05:00 +0000 (-0700) Subject: Fix undefined variable warnings. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c2ce6a16f93ba0e3a98d5134b4b68f5fef14752a;p=horde.git Fix undefined variable warnings. --- diff --git a/imp/lib/Views/ListMessages.php b/imp/lib/Views/ListMessages.php index 333ff41c7..c3e358b9b 100644 --- a/imp/lib/Views/ListMessages.php +++ b/imp/lib/Views/ListMessages.php @@ -158,7 +158,7 @@ class IMP_Views_ListMessages * cacheid returned from the browser. If it has changed, we need to * purge the cached items on the browser (send 'reset' param to * ViewPort). */ - if (!$md->search && + if (isset($md->search) && !empty($args['cacheid']) && !empty($args['cached'])) { $uid_expire = false;