summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/simple_uploader.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-16 07:02:22 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-16 07:02:22 -0700
commitb8201a71127a096a51ed03e0e08a98a66f847c8f (patch)
treed806f0b9f35fc3aa912126ad3cf8d67c19ec0def /modules/gallery/controllers/simple_uploader.php
parent15515fd3c64dd626746468862d5b8777679d88f6 (diff)
parentf1887422f8b4ba68dc273fe6f7d3f1123681e89a (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'modules/gallery/controllers/simple_uploader.php')
-rw-r--r--modules/gallery/controllers/simple_uploader.php1
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();
}