repeats don't get posted to groups

This commit is contained in:
Evan Prodromou 2010-01-13 00:47:12 -08:00
parent 5397249e50
commit 8bfa7fdeaf
1 changed files with 6 additions and 0 deletions

View File

@ -919,6 +919,12 @@ class Notice extends Memcached_DataObject
function saveGroups()
{
// Don't save groups for repeats
if (!empty($this->repeat_of)) {
return array();
}
$groups = array();
/* extract all !group */