summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-02-26 07:33:15 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2013-02-26 07:33:15 -0800
commita148e6de40edc388773346645ff7b02ecc92329b (patch)
treedd2c7fe2e3db455a6da065a0a8a2cdcd6821c230
parent1591b2f8d044367dc8d67e695d65fbc813c63225 (diff)
parentc94974cb97aae77b5089af27222523a156a087e6 (diff)
downloadnextcloud-server-a148e6de40edc388773346645ff7b02ecc92329b.tar.gz
nextcloud-server-a148e6de40edc388773346645ff7b02ecc92329b.zip
Merge pull request #1922 from owncloud/missing_
Add missing echo
-rw-r--r--apps/files_encryption/templates/settings-personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/templates/settings-personal.php b/apps/files_encryption/templates/settings-personal.php
index 47467c52c08..8c3bf491d84 100644
--- a/apps/files_encryption/templates/settings-personal.php
+++ b/apps/files_encryption/templates/settings-personal.php
@@ -8,7 +8,7 @@
</p>
<?php if ( ! empty( $_["blacklist"] ) ): ?>
<p>
- <?php $l->t( 'The following file types will not be encrypted:' ); ?>
+ <?php echo $l->t( 'The following file types will not be encrypted:' ); ?>
</p>
<ul>
<?php foreach( $_["blacklist"] as $type ): ?>