mirror of
https://github.com/e107inc/e107.git
synced 2025-07-24 00:12:24 +02:00
PHP Notice removal.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user