[Plugin: WP-Polls] Notices and fixes
-
To whoever is responsible for the code update, there are two notices version 2.5. Bellow are the line numbers that fix them:
Line 514:
// add the following isset() to the condition
if (isset($_GET[‘pollresult’]) || …)Line 76:
// replace this line with the code bellow
$pollresult_id = isset($_GET[‘pollresult’]) ? intval($_GET[‘pollresult’]) : 0;Please update
Dimitry Zolotaryov
WebIT.ca
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WP-Polls] Notices and fixes’ is closed to new replies.