mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
remove T_THEME_DATA completely... now the css data is able to be fetched for banned users too. Gives us a good chunk of memory back.
git-svn-id: file:///svn/phpbb/trunk@7901 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -979,8 +979,6 @@ class session
|
||||
$this->session_create(ANONYMOUS);
|
||||
}
|
||||
|
||||
// Because we never have a fully working session we need to embed the style
|
||||
$template->assign_var('S_FORCE_EMBED_STYLE', true);
|
||||
|
||||
// Determine which message to output
|
||||
$till_date = ($ban_row['ban_end']) ? $this->format_date($ban_row['ban_end']) : '';
|
||||
|
Reference in New Issue
Block a user