forked from GNUsocial/gnu-social
dc7c64592b
Fixes some "Declaration of $child::method should be compatible with $parent::method" warnings. |
||
---|---|---|
.. | ||
actions | ||
classes | ||
forms | ||
locale | ||
README | ||
UserFlagPlugin.php |
The UserFlag plugin allows flagging of profiles for review and reviewing flagged profiles. Installation ============ add "addPlugin('UserFlag');" to the bottom of your config.php Settings ======== flagOnBlock: Whether to automatically flag a profile when a user blocks it. Example ======= addPlugin('UserFlag', array( 'flagOnBlock' => true ));