Subversion Repositories oidplus

Rev

Rev 1130 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1130 Rev 1301
Line 181... Line 181...
181
 
181
 
182
        /**
182
        /**
183
         * @return bool
183
         * @return bool
184
         */
184
         */
185
        public function isAdminLoggedIn(): bool {
185
        public function isAdminLoggedIn(): bool {
186
                return $this->getValue('oidplus_admin_logged_in') == 1;
186
                return $this->getValue('oidplus_admin_logged_in', 0) == 1;
187
        }
187
        }
188
 
188
 
189
}
189
}