DataObjects/Core_watch.php
[Pman.Core] / Images.php
index 3e40fbc..65266fc 100644 (file)
@@ -172,7 +172,7 @@ class Pman_Core_Images extends Pman
         
        
         $img = DB_DataObjecT::factory('Images');
-        
+         
         if (!$id || !$img->get($id)) {
              
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .
@@ -186,7 +186,7 @@ class Pman_Core_Images extends Pman
     
     function post()
     {
-        $this->jerr("run");
+        
         if (!$this->authUser) {
             $this->jerr("image conversion only allowed by registered users");
         }