Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Weird Gloop
extensions
RSHiscores
Commits
63066dbf
Commit
63066dbf
authored
Mar 10, 2022
by
TehKittyCat
Browse files
Fix isBlocked().
parent
c603ba1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/RSHiScores.php
View file @
63066dbf
...
...
@@ -42,7 +42,7 @@ class RSHiScores {
$objcache
=
MediaWikiServices
::
getInstance
()
->
getLocalServerObjectCache
();
$key
=
$objcache
->
makeKey
(
'rshiscores'
,
'blocked'
);
return
$objcache
->
get
(
$key
)
!
==
NULL
;
return
$objcache
->
get
(
$key
)
=
==
1
;
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment