mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-10 21:07:37 +08:00
fix compatibility with php72
This commit is contained in:
+1
-1
@@ -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