correct fix
authorAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2019 09:13:57 +0000 (17:13 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2019 09:13:57 +0000 (17:13 +0800)
Images.php

index 2ce354b..1d075c9 100644 (file)
@@ -227,7 +227,7 @@ class Pman_Core_Images extends Pman
     
     function post($v)
     {
-        if (empty($_REQUEST['_get'])) {
+        if (!empty($_REQUEST['_get'])) {
             return $this->get($v);
         }