SAAS-63: airtime-saas: Something is broken in Preference.php

- fixed
This commit is contained in:
James 2011-11-09 10:15:44 -05:00
parent 6f3e6535de
commit 4b12b4e01e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Application_Model_Preference
global $CC_CONFIG, $CC_DBC;
//called from a daemon process
if(!Zend_Auth::getInstance()->hasIdentity()) {
if(!class_exists("Zend_Auth", false) || !Zend_Auth::getInstance()->hasIdentity()) {
$id = NULL;
}
else {