We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96c6f8 commit 4904198Copy full SHA for 4904198
1 file changed
event/base_events.php
@@ -61,7 +61,7 @@ public function viewonline_page($event)
61
{
62
if ($event['on_page'][1] == 'app')
63
64
- if(strrpos($event['row']['session_page'], 'app.' . $this->php_ext . '/rules') === 0)
+ if(strrpos($event['row']['session_page'], 'app.' . $this->php_ext . '/pastebin') === 0)
65
66
$event['location'] = $this->user->lang('PASTEBIN_VIEWONLINE');
67
$event['location_url'] = $this->helper->route('phpbbde_pastebin_main_controller');
0 commit comments