diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2010-06-27 12:55:15 +0100 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2010-06-27 12:55:15 +0100 |
commit | c5ef5f5975c46c88423b0a824f383173662eaba3 (patch) | |
tree | c1e86048fd1e073593da7199c338db387be0fd4a /lib/exe/ajax.php | |
parent | 13ebcbe5742a0b5014e3c70a0d521332cbdcdf79 (diff) | |
parent | 4691241902c0cfa175d06bb454e9147e25b9b21a (diff) | |
download | rpg-c5ef5f5975c46c88423b0a824f383173662eaba3.tar.gz rpg-c5ef5f5975c46c88423b0a824f383173662eaba3.tar.bz2 |
Merge branch 'master' of git@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']; |