summaryrefslogtreecommitdiff
path: root/modules/organize/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-18 15:20:32 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-18 15:20:32 -0700
commitec40e03a377a8a5cd74b448135307c77a2b9e0e9 (patch)
treec0cba6716f4487c057c33951333a2696fa4ca541 /modules/organize/views
parentb1a6fd3e596ebee6714b37c9a108fafac377a540 (diff)
Use request::protocol().
Diffstat (limited to 'modules/organize/views')
-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 4224c10b..9e70d168 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -91,7 +91,7 @@
dialogHeight: $("#g-dialog").height(),
domain: "<?= $domain ?>",
accessKey: "<?= $access_key ?>",
- protocol: "<?= $protocol ?>",
+ protocol: "<?= request::protocol() ?>",
fileFilter: "<?= $file_filter ?>",
sortOrder: "<?= $sort_order ?>",
sortFields: "<?= $sort_fields ?>",