Misplaced break/continue statements.
This commit is contained in:
parent
87dd0fbdb6
commit
a5a96dd857
|
@ -114,7 +114,6 @@ class AccountMover extends QueueHandler
|
||||||
$svcDocUrl = $link->href;
|
$svcDocUrl = $link->href;
|
||||||
if (isset($link['http://apinamespace.org/atom/username'])) {
|
if (isset($link['http://apinamespace.org/atom/username'])) {
|
||||||
$username = $link['http://apinamespace.org/atom/username'];
|
$username = $link['http://apinamespace.org/atom/username'];
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -219,7 +219,6 @@ class UserActivityStream extends AtomUserNoticeFeed
|
||||||
}
|
}
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
common_log(LOG_ERR, $e->getMessage());
|
common_log(LOG_ERR, $e->getMessage());
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user