Skip to content

Commit

Permalink
Update forum_shortcodes.php
Browse files Browse the repository at this point in the history
Bug correction. e_BASE gives the path to the full plugin folder from where it's used. Switching to e_HTTP, since online.php is on the root...
  • Loading branch information
rica-carv authored Oct 6, 2024
1 parent 788ae6a commit 8d2e28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_plugins/forum/shortcodes/batch/forum_shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function sc_userlist()

}
// String candidate for USERLIST wrapper
$text .= "<br /><a rel='external' href='".e_BASE."online.php'>".LAN_FORUM_0037."</a> ".LAN_FORUM_0038;
$text .= "<br /><a rel='external' href='".e_HTTP."online.php'>".LAN_FORUM_0037."</a> ".LAN_FORUM_0038;
}
return $text;
}
Expand Down

0 comments on commit 8d2e28c

Please sign in to comment.