summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-06-17 17:41:35 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-06-17 17:41:35 -0700
commitfce95785beabb499381d722160d000df2d693b2a (patch)
tree28d3bc197030dd287921d4180af923d991eaffc1
parent70f56ba43aa77568d96fbc8003619007b01acf8e (diff)
Remove duplicate trailing slash on the controllerUri parameter
-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 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 ?>"
};
};
/*