Add missing "static" keyword in MD_STD
This commit is contained in:
parent
56f4fdc88a
commit
3b5f20aa96
|
@ -342,7 +342,7 @@ final class MD_STD {
|
||||||
*
|
*
|
||||||
* @return string
|
* @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 = [
|
$cookie_options = [
|
||||||
'expires' => self::strtotime("+1 month"),
|
'expires' => self::strtotime("+1 month"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user