mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 18:30:53 +02:00
Update forum_shortcodes.php
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...
This commit is contained in:
@@ -185,7 +185,7 @@ class forum_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
}
|
}
|
||||||
// String candidate for USERLIST wrapper
|
// 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;
|
return $text;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user