Module: website Branch: master Commit: 62e764e9c24d4cfc86a89bab1e830ddc45b8f825 URL: http://source.winehq.org/git/website.git/?a=commit;h=62e764e9c24d4cfc86a89ba...
Author: Jeremy Newman jnewman@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;