Notify.php
authorElliott Polk <elliott.polk@thekaroshiworkshop.com>
Thu, 31 May 2012 06:42:23 +0000 (14:42 +0800)
committerElliott Polk <elliott.polk@thekaroshiworkshop.com>
Thu, 31 May 2012 06:42:23 +0000 (14:42 +0800)
Notify.php

index e794bc8..b9c9b3d 100644 (file)
@@ -309,9 +309,8 @@ class Pman_Core_Notify extends Pman
 
     function setCompany() {
         $co = DB_DataObject::Factory('Companies');
-        if(!$co->get('code', 'MediaWatchMe')) {
-            $this->errors[] = 'Invalid Supplier Code: MediaWatchMe';
-        }
+        if(!$co->get('code', 'MediaWatchMe')) $this->errors[] = 'Invalid Supplier Code: MediaWatchMe';
+        
         $this->company = $co->id;
     }