mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 00:01:00 +08:00
fix compatibility with php72
This commit is contained in:
@@ -474,7 +474,7 @@ if ($action == "viewtopic")
|
||||
|
||||
$topicid = $_GET["topicid"] ?? 0;
|
||||
int_check($topicid,true);
|
||||
$page = $_GET["page"] ?? '';
|
||||
$page = $_GET["page"] ?? 0;
|
||||
$authorid = $_GET["authorid"] ?? 0;
|
||||
if ($authorid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user