We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2392c commit 9506afbCopy full SHA for 9506afb
1 file changed
event/main_listener.php
@@ -268,6 +268,7 @@ public function destroy_user_group_cache()
268
protected function is_non_content_page()
269
{
270
return count(array_intersect([$this->user->page['page_name'], $this->user->page['page_dir']], [
271
+ 'index.' . $this->php_ext . '/members/online',
272
'memberlist.' . $this->php_ext,
273
'viewonline.' . $this->php_ext,
274
'posting.' . $this->php_ext,
0 commit comments