Pman.js
[Pman.Core] / Images.php
index 2ce354b..bfda282 100644 (file)
@@ -42,7 +42,9 @@ class Pman_Core_Images extends Pman
 {
     
     // tables that do not need authentication checks before serving.
-    var $public_image_tables = array();
+    var $public_image_tables = array(
+        'crm_mailing_list_message'   // we know these are ok...
+    );
     
     var  $sizes = array(
                 '100', 
@@ -227,7 +229,7 @@ class Pman_Core_Images extends Pman
     
     function post($v)
     {
-        if (empty($_REQUEST['_get'])) {
+        if (!empty($_REQUEST['_get'])) {
             return $this->get($v);
         }