summaryrefslogtreecommitdiff
path: root/modules/organize/views/organize.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-04-22 16:09:57 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-04-22 16:09:57 +0000
commit475b8fe9ff3f4eee077fd649a1e5aea2568c06b4 (patch)
treea892d62e17c451db626d031e43753be71b364764 /modules/organize/views/organize.html.php
parentf9ec5d6de466b6a7c9eb4766ca228aff754284f5 (diff)
Dragging from the thumbgrid to an album in the tree now works.
Refactored the javascript to minimize duplication.
Diffstat (limited to 'modules/organize/views/organize.html.php')
-rw-r--r--modules/organize/views/organize.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize.html.php b/modules/organize/views/organize.html.php
index 5a3ace95..e679f907 100644
--- a/modules/organize/views/organize.html.php
+++ b/modules/organize/views/organize.html.php
@@ -4,7 +4,7 @@
var FATAL_ERROR = "<?= t("Fatal Error") ?>";
var item_id = <?= $item->id ?>;
var csrf = "<?= $csrf ?>";
- var rearrangeUrl = "<?= url::site("__URI__/{$item->id}__TASK_ID__?csrf=$csrf") ?>";
+ var rearrangeUrl = "<?= url::site("__URI__/__ITEM_ID____TASK_ID__?csrf=$csrf") ?>";
$("#doc3").ready(function() {
organize_dialog_init();
});