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:
parent
852f2175f2
commit
7b7040287b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user