Skip to content

Commit 5308a8f

Browse files
author
Till Brehm
committed
Fixed Syntax error in auth.inc.php
1 parent 604c0c2 commit 5308a8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/classes/auth.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class auth {
3333

3434
public function get_user_id()
3535
{
36+
global $app;
3637
return $app->functions->intval($_SESSION['s']['user']['userid']);
3738
}
3839

0 commit comments

Comments
 (0)