aboutsummaryrefslogtreecommitdiff
path: root/templates/appnavigation.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/appnavigation.php')
-rw-r--r--templates/appnavigation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/appnavigation.php b/templates/appnavigation.php
index 19854f1..78b4358 100644
--- a/templates/appnavigation.php
+++ b/templates/appnavigation.php
@@ -12,7 +12,7 @@
<div id="app-settings-content" style="display: none;">
<h2><?php p($l->t('Tomboy note server'));?></h2>
<em><?php print_unescaped($l->t('Use the following sync server URL with tomboy/conboy/tomdroid:')); ?></em>
- <div><input id="resturl" type="text" readonly="readonly" value="<?php p($_['apiurl']); ?>" /></div>
+ <div><input id="resturl" type="text" readonly="readonly" value="<?php p($_['apiroot']); ?>" /></div>
</div>
</div>
</div>