Remove a debug print accidentally committed with the filtering changes
This commit is contained in:
@@ -290,7 +290,6 @@ $session->register("current");
|
|||||||
|
|
||||||
if(!isset($_SESSION['current']))
|
if(!isset($_SESSION['current']))
|
||||||
{
|
{
|
||||||
echo "Session not set, creating new user";
|
|
||||||
$_SESSION['current'] = new User();
|
$_SESSION['current'] = new User();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user