Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.php')
-rw-r--r--templates/error.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/error.php b/templates/error.php
index 984471c81..ec3fb4a2e 100644
--- a/templates/error.php
+++ b/templates/error.php
@@ -19,6 +19,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
+?>
+<?php /** @var array $_ */?>
+<?php /** @var \OCP\IL10N $l */?>
<div class="error">
<legend><strong><?php p($l->t('Error loading message'));?></strong></legend>
<p><?php p($_['message']); ?></p>