summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-07-07 11:17:54 +0200
committerGeorg Ehrke <developer@georgehrke.com>2018-06-27 13:19:21 +0200
commit4a9f8623b50ab0ba6a7fd411c0750a6bd5f63c14 (patch)
treeab2a2fc068236db4a415391275ddf6dab75ea485 /settings/templates
parent93011579fe27624ed746b54f1094da556d019f5a (diff)
downloadnextcloud-server-4a9f8623b50ab0ba6a7fd411c0750a6bd5f63c14.tar.gz
nextcloud-server-4a9f8623b50ab0ba6a7fd411c0750a6bd5f63c14.zip
Fix review & tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/settings/personal/personal.info.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/templates/settings/personal/personal.info.php b/settings/templates/settings/personal/personal.info.php
index 959650cf2f9..20e346c867a 100644
--- a/settings/templates/settings/personal/personal.info.php
+++ b/settings/templates/settings/personal/personal.info.php
@@ -381,6 +381,7 @@ vendor_style('jcrop/css/jquery.Jcrop');
</div>
+<?php if (isset($_['activelocale'])) { ?>
<form id="locale" class="section">
<h2>
<label for="localeinput"><?php p($l->t('Locale'));?></label>
@@ -406,3 +407,4 @@ vendor_style('jcrop/css/jquery.Jcrop');
<?php endforeach;?>
</select>
</form>
+<?php } ?>