diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-17 17:41:35 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-17 17:41:35 -0700 |
commit | fce95785beabb499381d722160d000df2d693b2a (patch) | |
tree | 28d3bc197030dd287921d4180af923d991eaffc1 | |
parent | 70f56ba43aa77568d96fbc8003619007b01acf8e (diff) |
Remove duplicate trailing slash on the controllerUri parameter
-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 a4fdc071..4224c10b 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: "<?= $rest_uri ?>", - controllerUri: "<?= $controller_uri ?>/" + controllerUri: "<?= $controller_uri ?>" }; }; /* |