mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
move bookmarklet-related methods out of public.php into the plugin
This commit is contained in:
@@ -107,7 +107,7 @@ class UserHelper {
|
||||
if (empty($_SESSION["uid"])) {
|
||||
UserHelper::logout();
|
||||
|
||||
Handler_Public::render_login_form();
|
||||
Handler_Public::_render_login_form();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user