X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=ImportMailMessage.php;h=ce4ea30d905b74816b063e3e43e3bb0b7a2ab56b;hp=35911e43de88c80da03987803272babd5461f396;hb=refs%2Fheads%2Fwip_alan_T5884_add_photo_to_report;hpb=950e832728c4cfcc35b8a594004829760ee263a4 diff --git a/ImportMailMessage.php b/ImportMailMessage.php index 35911e43..ce4ea30d 100644 --- a/ImportMailMessage.php +++ b/ImportMailMessage.php @@ -8,17 +8,14 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle { function getAuth() { - if (HTML_FlexyFramework::get()->cli) { return true; } - $this->authUser = $this->getAuthUser(); if (!$this->authUser) { return false; } - - return true; + return true; } function get($v, $opts=array()) @@ -30,8 +27,6 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle function post($v) { - var_dump('die');exit; - if(isset($_REQUEST['_convertToPlain'])) { require_once 'System.php';