diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-09-16 20:37:06 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-16 20:37:06 -0700 |
commit | e94eaa6b88f1311455e12df4f1e5099a4c314f94 (patch) | |
tree | ca737c9aafde0b8d4843ed1ed8bd07db60d616cf /modules/gallery/controllers/simple_uploader.php | |
parent | 4e1e24ba1a976cd0bb7ca7dd03c6001f906a25dd (diff) | |
parent | 5490057480f17e5810cf8b9e558769ebd74d4b27 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/controllers/simple_uploader.php')
-rw-r--r-- | modules/gallery/controllers/simple_uploader.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/controllers/simple_uploader.php b/modules/gallery/controllers/simple_uploader.php index 156d18ac..bc508319 100644 --- a/modules/gallery/controllers/simple_uploader.php +++ b/modules/gallery/controllers/simple_uploader.php @@ -32,6 +32,7 @@ class Simple_Uploader_Controller extends Controller { } public function start() { + access::verify_csrf(); batch::start(); } |