Till Brehm
2013-11-19 5308a8f93ec64170d828f2eb2fa81ccc4a0f250a
Fixed Syntax error in auth.inc.php
1 files modified
1 ■■■■ changed files
interface/lib/classes/auth.inc.php 1 ●●●● patch | view | raw | blame | history
interface/lib/classes/auth.inc.php
@@ -33,6 +33,7 @@
    public function get_user_id()
    {
        global $app;
        return $app->functions->intval($_SESSION['s']['user']['userid']);
    }