repeats don't get posted to groups
This commit is contained in:
parent
5397249e50
commit
8bfa7fdeaf
|
@ -919,6 +919,12 @@ class Notice extends Memcached_DataObject
|
||||||
|
|
||||||
function saveGroups()
|
function saveGroups()
|
||||||
{
|
{
|
||||||
|
// Don't save groups for repeats
|
||||||
|
|
||||||
|
if (!empty($this->repeat_of)) {
|
||||||
|
return array();
|
||||||
|
}
|
||||||
|
|
||||||
$groups = array();
|
$groups = array();
|
||||||
|
|
||||||
/* extract all !group */
|
/* extract all !group */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user