Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweepr authored and StyleCIBot committed Jul 17, 2020
1 parent bea93a1 commit 9ee3d2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/services/NzbHandler/Services_NzbHandler_abs.php
Expand Up @@ -230,8 +230,7 @@ protected function mergeNzbList($nzbList)
$oneNzbFile = simplexml_load_string($nzb['nzb']);

// go through all the head -> meta elements
if (is_object($oneNzbFile->head->meta))
{
if (is_object($oneNzbFile->head->meta)) {
foreach ($oneNzbFile->head->meta as $meta) {
// check for password type
if ($meta['type'] == 'password') {
Expand Down

0 comments on commit 9ee3d2a

Please sign in to comment.