diff options
author | Anika Henke <anika@selfthinker.org> | 2010-06-27 12:41:51 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2010-06-27 12:41:51 +0100 |
commit | 4691241902c0cfa175d06bb454e9147e25b9b21a (patch) | |
tree | 8de76d065cd745b5ea4b79ee4e4e234d57fc083d /lib/exe/ajax.php | |
parent | a8574918a3bd65683f0a2de4a3f26dd0ec2c410f (diff) | |
parent | de3427dbc88f1a060e6557d79da3a9bafb9a6039 (diff) | |
download | rpg-4691241902c0cfa175d06bb454e9147e25b9b21a.tar.gz rpg-4691241902c0cfa175d06bb454e9147e25b9b21a.tar.bz2 |
Merge branch 'master' of github.com:splitbrain/dokuwiki
Diffstat (limited to 'lib/exe/ajax.php')
-rw-r--r-- | lib/exe/ajax.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/ajax.php b/lib/exe/ajax.php index 8b03bb07c..582be90e5 100644 --- a/lib/exe/ajax.php +++ b/lib/exe/ajax.php @@ -156,7 +156,7 @@ function ajax_lock(){ * @author Andreas Gohr <andi@splitbrain.org> */ function ajax_draftdel(){ - $id = cleanID($_POST['id']); + $id = cleanID($_REQUEST['id']); if(empty($id)) return; $client = $_SERVER['REMOTE_USER']; |