Removed notices that still had been creeping around ...

This commit is contained in:
Michael 2018-08-17 03:23:00 +00:00
parent 28b699573c
commit 564235debd
3 changed files with 13 additions and 5 deletions

View file

@ -1724,7 +1724,7 @@ function twitter_fetchhometimeline(App $a, $uid)
$postarray = twitter_createpost($a, $uid, $post, $self, false, false, false);
if (trim($postarray['body']) == "") {
if (empty($postarray['body'])) {
continue;
}