Add missing "static" keyword in MD_STD

This commit is contained in:
Joshua Ramon Enslin 2021-04-14 18:16:13 +02:00
parent 56f4fdc88a
commit 3b5f20aa96
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -342,7 +342,7 @@ final class MD_STD {
*
* @return string
*/
public function get_user_lang(array $allowed_langs, string $default_lang):string {
public static function get_user_lang(array $allowed_langs, string $default_lang):string {
$cookie_options = [
'expires' => self::strtotime("+1 month"),