fix E_NOTICE
This commit is contained in:
parent
5deeecc408
commit
dd34ad3407
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ if (isset($_GET['privatekey'])) {
|
||||||
$privatekey = $_GET['privatekey'];
|
$privatekey = $_GET['privatekey'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$userid = null;
|
||||||
$watchlist = null;
|
$watchlist = null;
|
||||||
$pagetitle = '';
|
$pagetitle = '';
|
||||||
if ($user && $user != 'all') {
|
if ($user && $user != 'all') {
|
||||||
|
|
Loading…
Reference in a new issue