Pman.php
authorAlan Knowles <alan@roojs.com>
Wed, 18 Jan 2017 04:06:26 +0000 (12:06 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Jan 2017 04:06:26 +0000 (12:06 +0800)
Pman.php

index b69ebd9..cb50a41 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -210,7 +210,7 @@ class Pman extends HTML_FlexyFramework_Page
     function loadOwnerCompany()
     {
         // only applies if authtable is person..
-        $ff = HTML_FlexyFramework2::get();
+        $ff = HTML_FlexyFramework::get();
         if (!empty($ff->Pman['authTable']) && !in_array($ff->Pman['authTable'] , [ 'core_person', 'Person' ])) {
             return false;
         }