From 319b28139c961a0a9b1f597df1ec1327706a055a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 18 Jul 2018 13:15:43 +0800 Subject: [PATCH] DataObjects/Core_company.php --- DataObjects/Core_company.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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']; -- 2.39.2