Skip to content

Commit

Permalink
Remove duplicate trailing slash on the controllerUri parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Jun 18, 2010
1 parent 70f56ba commit fce9578
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: "<?= $rest_uri ?>",
controllerUri: "<?= $controller_uri ?>/"
controllerUri: "<?= $controller_uri ?>"
};
};
/*
Expand Down

0 comments on commit fce9578

Please sign in to comment.