mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
Incomings können jetzt auch über die Incoming Platform ihr Profilbild uploaden
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ if (!$db = new basis_db())
|
||||
if($_SERVER['REMOTE_ADDR']!=$_SERVER['SERVER_ADDR'])
|
||||
{
|
||||
// wenn session gesetzt ist von Prestudententool -> keine Abfrage da diese Studenten noch keine uid haben
|
||||
if(!isset($_SESSION['prestudent/user']))
|
||||
if(!isset($_SESSION['prestudent/user']) && !isset($_SESSION['incoming/user']))
|
||||
$uid = get_uid();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user