From 839b3e7392ac584980a68852e1645b32df4156b7 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 b86dd65909..0ddb15a749 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; } -- 2.39.5