Misplaced break/continue statements.

This commit is contained in:
Mikael Nordfeldth
2016-05-04 11:44:00 +02:00
parent 87dd0fbdb6
commit a5a96dd857
2 changed files with 0 additions and 2 deletions

View File

@@ -219,7 +219,6 @@ class UserActivityStream extends AtomUserNoticeFeed
}
} catch (Exception $e) {
common_log(LOG_ERR, $e->getMessage());
continue;
}
}
}