Images.php
authorEdward <edward@roojs.com>
Tue, 21 Aug 2018 06:16:44 +0000 (14:16 +0800)
committerEdward <edward@roojs.com>
Tue, 21 Aug 2018 06:16:44 +0000 (14:16 +0800)
Images.php

index 5a8bed3..bc1dc0f 100644 (file)
@@ -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");