diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-02-26 16:10:52 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-02-26 16:10:52 +0100 |
commit | c94974cb97aae77b5089af27222523a156a087e6 (patch) | |
tree | dd2c7fe2e3db455a6da065a0a8a2cdcd6821c230 /apps/files_encryption/templates | |
parent | 1591b2f8d044367dc8d67e695d65fbc813c63225 (diff) | |
download | nextcloud-server-c94974cb97aae77b5089af27222523a156a087e6.tar.gz nextcloud-server-c94974cb97aae77b5089af27222523a156a087e6.zip |
Add missing echo
Diffstat (limited to 'apps/files_encryption/templates')
-rw-r--r-- | apps/files_encryption/templates/settings-personal.php | 2 |
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 ): ?>
|