diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-16 17:31:31 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-16 17:31:31 -0700 |
commit | 172c3fd209d81f9242d388ca0faf4f302bb08405 (patch) | |
tree | dda1d65dbe1048fba22b4b73438937629c6dc631 /modules | |
parent | bd496cc95c01d8058cacfd79347f626652d42464 (diff) |
Fix a typo... The controller parameter to the flex organize module should be controllerUri instead.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/organize/views/organize_dialog.html.php | 2 |
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") ?>/" }; }; /* |