wrong variable was referenced

This commit is contained in:
Mikael Nordfeldth 2016-09-13 11:24:57 +02:00
parent 18670c69b2
commit 7d67eefdf5
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ abstract class ActivityHandlerPlugin extends Plugin
$class .= ' limited-scope';
}
try {
$class .= ' notice-source-'.common_to_alphanumeric($this->notice->source);
$class .= ' notice-source-'.common_to_alphanumeric($nli->notice->source);
} catch (Exception $e) {
// either source or what we filtered out was a zero-length string
}