X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_person.php;fp=DataObjects%2FCore_person.php;h=d020fc4d3d506292c804f160b37ecdaad646bfdb;hp=56c08afc2d90570feadfd1ec8c1d4dfeadec0e7a;hb=2e0a3a00ed2321444bccb74b9f05b7cfacff56f4;hpb=cbab89641fa1f2d533c70e6a5983e488568880e4 diff --git a/DataObjects/Core_person.php b/DataObjects/Core_person.php index 56c08afc..d020fc4d 100644 --- a/DataObjects/Core_person.php +++ b/DataObjects/Core_person.php @@ -256,7 +256,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject // do not start a session if we are using http auth... // we have a situation where the app is behind a http access and is also login // need to work out a way to handle that. - + $ff= HTML_FlexyFramework::get(); if (php_sapi_name() != "cli" && (empty($_SERVER['PHP_AUTH_USER']) || !empty($ff->disable_http_auth))) { @session_start(); }