From 1603b4f0bfcf76f376a59bb256cbeb63ace9e0b5 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 7 Mar 2014 21:29:29 +0100 Subject: [PATCH 1/1] PublicSite profile does not have inviteonly, but RegisterThrottle --- lib/siteprofile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/siteprofile.php b/lib/siteprofile.php index ccbac76af1..d3ab4c9705 100644 --- a/lib/siteprofile.php +++ b/lib/siteprofile.php @@ -113,6 +113,7 @@ class PublicSite extends SiteProfileSettings 'Directory' => array(), 'ExtendedProfile' => array(), 'OStatus' => array(), + 'RegisterThrottle' => array(), 'WebFinger' => array(), )) ), -- 2.39.5