summaryrefslogtreecommitdiff
path: root/modules/organize/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-06-16 17:31:31 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-06-16 17:31:31 -0700
commit172c3fd209d81f9242d388ca0faf4f302bb08405 (patch)
treedda1d65dbe1048fba22b4b73438937629c6dc631 /modules/organize/views
parentbd496cc95c01d8058cacfd79347f626652d42464 (diff)
Fix a typo... The controller parameter to the flex organize module should be controllerUri instead.
Diffstat (limited to 'modules/organize/views')
-rw-r--r--modules/organize/views/organize_dialog.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php
index 8160a339..8113a1af 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -97,7 +97,7 @@
sortFields: "<?= $sort_fields ?>",
albumId: "<?= $album->id ?>",
restUri: "<?= url::site("rest") ?>/",
- controller: "<?= url::site("organize") ?>/"
+ controllerUri: "<?= url::site("organize") ?>/"
};
};
/*