diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-05-29 15:31:34 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-05-29 15:31:34 +0200 |
| commit | 657942ec29c0e433aa59d9554430c13663657864 (patch) | |
| tree | febab4a9fb9769851f277dccb48da1a072ca4977 /phpBB | |
| parent | d738441f38ff8f73506a2d00e91ab759025e38ef (diff) | |
| parent | c31996ea84fff5038328974b511c95d95fcd3fe7 (diff) | |
| download | forums-657942ec29c0e433aa59d9554430c13663657864.tar forums-657942ec29c0e433aa59d9554430c13663657864.tar.gz forums-657942ec29c0e433aa59d9554430c13663657864.tar.bz2 forums-657942ec29c0e433aa59d9554430c13663657864.tar.xz forums-657942ec29c0e433aa59d9554430c13663657864.zip | |
Merge remote-tracking branch 'imkingdavid/ticket/10912' into develop
* imkingdavid/ticket/10912:
[ticket/10912] Default last post subject to empty lacking last post info
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/includes/functions_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index 0c5b80c609..1f45d5e8e1 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -403,7 +403,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod } else { - $last_post_subject = $last_post_time = $last_post_url = ''; + $last_post_subject = $last_post_time = $last_post_url = $last_post_subject_truncated = ''; } // Output moderator listing ... if applicable |
