From cb376a6a29e629db850e4168266862740277dabf Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 21 Aug 2018 14:16:44 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 5a8bed3a..bc1dc0fa 100644 --- a/Images.php +++ b/Images.php @@ -525,7 +525,7 @@ class Pman_Core_Images extends Pman function downloadEvent($bits) { - $popts = PEAR::getStaticProperty('Pman','options'); +// $popts = PEAR::getStaticProperty('Pman','options'); $ev = DB_DAtaObject::Factory('events'); if (!$ev->get($bits[1])) { die("could not find event id"); -- 2.39.2