[Plugin: WP-Ad-Manager] Fix Error on remove position
-
Hi,
when you attempt to remove one position, appear permisson error on WP file tools.php.
Now i fix the error. Modified file ad-minister-positions.php on row 138 (change form method and action link to:
<form action=”tools.php?page=<?php echo dirname(plugin_basename (__FILE__)); ?>&tab=positions” method=”POST”>),
and on 30 $ 31 (adjust method from get to post):
if ($_POST[‘action’] == ‘confirm_delete’) {
if ($key = $_POST[‘key’]) {Do you wont correct file?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP-Ad-Manager] Fix Error on remove position’ is closed to new replies.