Skip to content
Snippets Groups Projects
Commit 5308a8f9 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed Syntax error in auth.inc.php

parent 604c0c24
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ class auth {
public function get_user_id()
{
global $app;
return $app->functions->intval($_SESSION['s']['user']['userid']);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment