1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 05:02:02 +02:00

PHP Notice removal.

This commit is contained in:
Cameron 2021-12-01 15:33:48 -08:00
parent 852f2175f2
commit 7b7040287b

View File

@ -427,7 +427,7 @@ class e107
{ // Try and use the 'old' method (this bit can go later)
if(ADMIN)
{
$location = $fpref[e_UC_ADMIN];
$location = varset($fpref[e_UC_ADMIN]);
}
elseif(USER)
{ // This is the key bit - what to do for a 'normal' logged in user