From: Alan Knowles Date: Wed, 18 Jul 2018 05:15:43 +0000 (+0800) Subject: DataObjects/Core_company.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=319b28139c961a0a9b1f597df1ec1327706a055a DataObjects/Core_company.php --- diff --git a/DataObjects/Core_company.php b/DataObjects/Core_company.php index 8dfd290d..b05d77b5 100644 --- a/DataObjects/Core_company.php +++ b/DataObjects/Core_company.php @@ -122,7 +122,9 @@ class Pman_Core_DataObjects_Core_Company extends DB_DataObject } // ---------- AUTHENTICATION - function isAuth() + // not sure where authetnication via company is used?? posibly media-outreach + + function isAuth() { $db = $this->getDatabaseConnection(); $sesPrefix = $db->dsn['database'];