From adfd76f44bf70352204643915128b31a8d922559 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 26 Apr 2017 22:11:28 +0200 Subject: [PATCH] allowed_schemes was misspelled --- lib/activityutils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/activityutils.php b/lib/activityutils.php index 4f31648ead..58e04e2f76 100644 --- a/lib/activityutils.php +++ b/lib/activityutils.php @@ -294,7 +294,7 @@ class ActivityUtils // Possibly an upstream bug; tag: URIs aren't validated properly // unless you explicitly ask for them. All other schemes are accepted // for basic URI validation without asking. - if ($validate->uri($uri, array('allowed_scheme' => array('tag')))) { + if ($validate->uri($uri, array('allowed_schemes' => array('tag')))) { return true; }