Skip to content
Snippets Groups Projects
Unverified Commit 94129c7f authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Use self:: instead of own class-name

parent a90ab966
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ class Language
}
// language is provided in a stored cookie
$languageCookie = Language::getLanguageCookie();
$languageCookie = self::getLanguageCookie();
if ($languageCookie !== null) {
$this->language = $languageCookie;
return $languageCookie;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment