mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:10:10 +00:00
Use new function for validity check
This commit is contained in:
parent
35d8b078ce
commit
2d4a3f482b
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ class User
|
|||
* Returns the numeric account type by their string
|
||||
*
|
||||
* @param string $accounttype as string constant
|
||||
* @return void
|
||||
* @return int|null Numeric account type - or null when not set
|
||||
*/
|
||||
public static function getAccountTypeByString(string $accounttype)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue