mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
fix warning
This commit is contained in:
@@ -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