diff options
Diffstat (limited to '')
-rw-r--r-- | category.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/category.php b/category.php index a60f9a7b9..2e897e591 100644 --- a/category.php +++ b/category.php @@ -152,6 +152,7 @@ $template->assign_vars(array( 'L_ADMIN_HINT' => $lang['hint_admin'], 'L_PROFILE' => $lang['customize'], 'L_PROFILE_HINT' => $lang['hint_customize'], + 'L_REMEMBER_ME' => $lang['remember_me'], 'F_IDENTIFY' => add_session_id( PHPWG_ROOT_PATH.'identification.php' ), 'T_RECENT' => $icon_recent, |