mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
- mass email
git-svn-id: file:///svn/phpbb/trunk@5321 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -160,8 +160,7 @@ class template
|
||||
{
|
||||
ob_start();
|
||||
$this->display($handle, $include_once);
|
||||
$contents = ob_get_contents();
|
||||
ob_end_clean();
|
||||
$contents = ob_get_clean();
|
||||
|
||||
if ($return_content)
|
||||
{
|
||||
|
Reference in New Issue
Block a user