Jeremy Newman : fix author parsing
14 Feb
2014
14 Feb
'14
11:47 p.m.
Module: website Branch: master Commit: 62e764e9c24d4cfc86a89bab1e830ddc45b8f825 URL: http://source.winehq.org/git/website.git/?a=commit;h=62e764e9c24d4cfc86a89ba... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Fri Feb 14 17:46:28 2014 -0600 fix author parsing --- include/wwn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wwn.php b/include/wwn.php index f4eb3a1..1d81e7c 100644 --- a/include/wwn.php +++ b/include/wwn.php @@ -559,7 +559,7 @@ class wwn case "TITLE": break; case "AUTHOR": - $this->author = $data; + $this->author .= $data; break; default: $this->body .= $data;
4324
Age (days ago)
4324
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeremy Newman