Пример #1
0
 public final function isInMaintenanceMode()
 {
     try {
         return !$this->isInstalled() || !$this->isUpdated();
     } catch (Gpf_DbEngine_Exception $e) {
         Gpf_log::debug('Database error occured while computing latest installed application version: ' . $e->getMessage());
         return false;
     }
 }