Skip to content

Commit

Permalink
Fix a typo... The controller parameter to the flex organize module sh…
Browse files Browse the repository at this point in the history
…ould be controllerUri instead.
  • Loading branch information
Tim Almdal committed Jun 17, 2010
1 parent bd496cc commit 172c3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/organize/views/organize_dialog.html.php
Expand Up @@ -97,7 +97,7 @@ function getGalleryParameters() {
sortFields: "<?= $sort_fields ?>",
albumId: "<?= $album->id ?>",
restUri: "<?= url::site("rest") ?>/",
controller: "<?= url::site("organize") ?>/"
controllerUri: "<?= url::site("organize") ?>/"
};
};
/*
Expand Down

0 comments on commit 172c3fd

Please sign in to comment.