git://git.furryclan.net
/
furrycat
/
race-o-matic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ea5d3
)
Missing default delimiter.
author
CMDR furrycat
<elite@furrycat.net>
Mon, 8 Feb 2016 07:23:49 +0000
(
02:23
-0500)
committer
CMDR furrycat
<elite@furrycat.net>
Mon, 8 Feb 2016 07:23:49 +0000
(
02:23
-0500)
propel/build/classes/buckyball/Entry.php
patch
|
blob
|
history
diff --git
a/propel/build/classes/buckyball/Entry.php
b/propel/build/classes/buckyball/Entry.php
index
57c5bc7
..
9138118
100644
(file)
--- a/
propel/build/classes/buckyball/Entry.php
+++ b/
propel/build/classes/buckyball/Entry.php
@@
-148,7
+148,7
@@
class Entry extends BaseEntry
return $this->hasEndorsement('s');
}
- function getEndorsementString($delimiter = '') {
+ function getEndorsementString($delimiter = '
,
') {
$ret = array();
foreach ($this->EndorsementKeys() as $e) {
if ($this->EndorsementHidden($e)) continue;