Images.php
authorAlan Knowles <alan@roojs.com>
Thu, 15 Jan 2015 08:21:36 +0000 (16:21 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 15 Jan 2015 08:21:36 +0000 (16:21 +0800)
Images.php

index 8d4331b..b87fdeb 100644 (file)
@@ -55,7 +55,7 @@ class Pman_Core_Images extends Pman
     
     function get($s) // determin what to serve!!!!
     {
-        if (isset($_GET['_post'])) {
+        if (!empty($_GET['_post'])) {
             return $this->post();
         }