mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 08:51:50 +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)
|
{ // Try and use the 'old' method (this bit can go later)
|
||||||
if(ADMIN)
|
if(ADMIN)
|
||||||
{
|
{
|
||||||
$location = $fpref[e_UC_ADMIN];
|
$location = varset($fpref[e_UC_ADMIN]);
|
||||||
}
|
}
|
||||||
elseif(USER)
|
elseif(USER)
|
||||||
{ // This is the key bit - what to do for a 'normal' logged in user
|
{ // This is the key bit - what to do for a 'normal' logged in user
|
||||||
|
Reference in New Issue
Block a user