X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fusergroups.php;h=7ead6e6e49172e4941035e0a4c5d433c210f9026;hb=273d9e2def8b7ad003d39ca3210b502d8981a8cb;hp=06b2334bf5b636801e99b32f87e7ecfc830eea2e;hpb=00dfdb3f3ab80383411f56952ac170dd38afbb7a;p=quix0rs-gnu-social.git diff --git a/actions/usergroups.php b/actions/usergroups.php index 06b2334bf5..7ead6e6e49 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -46,13 +46,12 @@ require_once INSTALLDIR.'/lib/grouplist.php'; * @link http://laconi.ca/ */ -class UsergroupsAction extends Action +class UsergroupsAction extends OwnerDesignAction { - var $user = null; var $page = null; var $profile = null; - function isReadOnly() + function isReadOnly($args) { return true; }