mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-15 08:07:31 +08:00
fix warning
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ loggedinorreturn();
|
||||
if (get_user_class() < $pollmanage_class)
|
||||
permissiondenied();
|
||||
|
||||
$pollid = 0+$_GET['id'];
|
||||
$pollid = $_GET['id'] ?? 0;
|
||||
|
||||
if ($pollid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user