mirror of
https://github.com/friendica/friendica
synced 2025-05-03 23:04:10 +02:00
New from rebase
more adjustments after rebase
This commit is contained in:
parent
9622dedaeb
commit
1eb2e541f6
2 changed files with 16 additions and 4 deletions
|
@ -17,6 +17,10 @@ require_once 'plugin.php';
|
|||
*/
|
||||
class User
|
||||
{
|
||||
/**
|
||||
* @param object $uid user to remove
|
||||
* @return void
|
||||
*/
|
||||
public static function remove($uid)
|
||||
{
|
||||
if (!$uid) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue