From 7e44ea5da068bae204715e545b95c4852ad6283c Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 17 Dec 2015 13:03:37 +0100 Subject: Remove deprecated function OC_User::getManager Private deprecated function => removed Replaced all instances with suggested replacement --- core/templates/untrustedDomain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/templates/untrustedDomain.php') diff --git a/core/templates/untrustedDomain.php b/core/templates/untrustedDomain.php index 361495636cd..46bad216822 100644 --- a/core/templates/untrustedDomain.php +++ b/core/templates/untrustedDomain.php @@ -10,7 +10,7 @@ t('Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.')); ?>

- + t('Add "%s" as trusted domain', array($_['domain']))); ?>

-- cgit v1.2.3