summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorjustauser <[email protected]>2013-05-29 07:52:20 -0400
committerjustauser <[email protected]>2013-05-29 07:52:20 -0400
commit7aab5617b689701cd9b6210132ed4e9dd55d3941 (patch)
tree7c8d51231f0c0bc9207e048437a50546c961c60d /classes
parent991418fa566ff462d9616123168c5f7f839cdc15 (diff)
parent67e0cf9a371fca46405e7df26ccc970ce6b408cc (diff)
Merge branch 'master' into jremote
latest master checkins
Diffstat (limited to 'classes')
-rw-r--r--classes/handler/public.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 3e868d56e..727976a82 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -732,6 +732,8 @@ class Handler_Public extends Handler {
}
function forgotpass() {
+ startup_gettext();
+
header('Content-Type: text/html; charset=utf-8');
print "<html><head><title>Tiny Tiny RSS</title>";
@@ -825,6 +827,8 @@ class Handler_Public extends Handler {
}
function dbupdate() {
+ startup_gettext();
+
if (!SINGLE_USER_MODE && $_SESSION["access_level"] < 10) {
$_SESSION["login_error_msg"] = __("Your access level is insufficient to run this script.");
render_login_form();