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

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