summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/simple_uploader.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-10 12:49:13 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-10 12:49:13 -0800
commit9546e19e34d08e0d55f066f04149794e566c3539 (patch)
tree22e341a6e5e430b35d7d7b605587b9e06b8a375d /modules/gallery/controllers/simple_uploader.php
parentd8beb6f5301204cac3b74a827dbbc3082324de6f (diff)
Pass two of uploadify... remove the default.css file, removed the folder option and create a status area where succesful uploads are listed.
Diffstat (limited to 'modules/gallery/controllers/simple_uploader.php')
-rw-r--r--modules/gallery/controllers/simple_uploader.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/gallery/controllers/simple_uploader.php b/modules/gallery/controllers/simple_uploader.php
index 36464e24..bc508319 100644
--- a/modules/gallery/controllers/simple_uploader.php
+++ b/modules/gallery/controllers/simple_uploader.php
@@ -66,15 +66,6 @@ class Simple_Uploader_Controller extends Controller {
log::success("content", t("Added a photo"),
html::anchor("photos/$item->id", t("view photo")));
}
- $tags = $this->input->post("tags");
- if (!empty($tags)) {
- foreach (split(",", $tags) as $tag_name) {
- $tag_name = trim($tag_name);
- if ($tag_name) {
- $tag = tag::add($item, $tag_name);
- }
- }
- }
} catch (Exception $e) {
Kohana::log("alert", $e->__toString());
if (file_exists($temp_filename)) {