prevent double posting of status updates and comments
This commit is contained in:
parent
6ecccf6830
commit
e9b26ffbb3
27 changed files with 62 additions and 13 deletions
|
|
@ -567,7 +567,8 @@ class Item extends BaseObject {
|
|||
'$preview' => t('Preview'),
|
||||
'$indent' => $indent,
|
||||
'$sourceapp' => t($a->sourcename),
|
||||
'$ww' => (($conv->get_mode() === 'network') ? $ww : '')
|
||||
'$ww' => (($conv->get_mode() === 'network') ? $ww : ''),
|
||||
'$rand_num' => random_digits(12)
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue