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

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-28 23:56:28 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-10-28 23:56:28 +0300
commit626cff1e1c9a70d4b47507773cda5763c1c2db5a (patch)
tree68209d7323397da3d2bc6ae0bee23ff40d54f2ca /templates
parent55460367728e6ba172a6a3e433a6e76a95c9eefd (diff)
Move away from legacy OC_L10N
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/email.notification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email.notification.php b/templates/email.notification.php
index ed9c2662..64f919e2 100644
--- a/templates/email.notification.php
+++ b/templates/email.notification.php
@@ -20,7 +20,7 @@
*
*/
-/** @var OC_L10N $l */
+/** @var \OCP\IL10N $l */
/** @var array $_ */
$l = $_['overwriteL10N'];