From: Alan Knowles Date: Tue, 20 Aug 2019 09:13:57 +0000 (+0800) Subject: correct fix X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=68aec06ee41a67622f6253d97033c94661c41271 correct fix --- diff --git a/Images.php b/Images.php index 2ce354b2..1d075c9a 100644 --- a/Images.php +++ b/Images.php @@ -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); }