X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=ImportMailMessage.php;h=ce4ea30d905b74816b063e3e43e3bb0b7a2ab56b;hp=4582a0d5a83901f6f435d0c46395ab44a5a15577;hb=refs%2Fheads%2Fwip_alan_T5884_add_photo_to_report;hpb=417fc1b8472045110724d35ca6ca648b51ca722a diff --git a/ImportMailMessage.php b/ImportMailMessage.php index 4582a0d5..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())