projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d61b800
)
tag_list need to be a comma-separated string now.
author
Jan Schneider
<jan@horde.org>
Tue, 28 Sep 2010 15:25:29 +0000
(17:25 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 28 Sep 2010 15:25:50 +0000
(17:25 +0200)
framework/Release/lib/Horde/Release.php
patch
|
blob
|
history
diff --git
a/framework/Release/lib/Horde/Release.php
b/framework/Release/lib/Horde/Release.php
index
842f174
..
15c7efc
100644
(file)
--- a/
framework/Release/lib/Horde/Release.php
+++ b/
framework/Release/lib/Horde/Release.php
@@
-548,9
+548,9
@@
class Horde_Release
'changelog' => $this->notes['fm']['changes']);
if (is_array($this->notes['fm']['focus'])) {
- $version['tag_list'] =
$this->notes['fm']['focus']
;
+ $version['tag_list'] =
implode(', ', $this->notes['fm']['focus'])
;
} else {
- $version['tag_list'] =
array($this->notes['fm']['focus'])
;
+ $version['tag_list'] =
$this->notes['fm']['focus']
;
}
// Params to update the various project links on FM