diff --git a/classes/Notice.php b/classes/Notice.php index a6e4566e4b..b5eafb0ffa 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1588,8 +1588,13 @@ class Notice extends Memcached_DataObject $content = mb_substr($content, 0, $maxlen - 4) . ' ...'; } - return self::saveNew($repeater_id, $content, $source, - array('repeat_of' => $this->id)); + // Scope is same as this one's + + return self::saveNew($repeater_id, + $content, + $source, + array('repeat_of' => $this->id, + 'scope' => $this->scope)); } // These are supposed to be in chron order!