@@ -55,8 +55,9 @@ |
||
55 | 55 | } |
56 | 56 | |
57 | 57 | // Determine if there are more projects. |
58 | - if ($result->getNextPage()==null) |
|
59 | - break; |
|
58 | + if ($result->getNextPage()==null) { |
|
59 | + break; |
|
60 | + } |
|
60 | 61 | |
61 | 62 | // Increment page counter. |
62 | 63 | $page ++; |
@@ -53,8 +53,9 @@ |
||
53 | 53 | } |
54 | 54 | |
55 | 55 | // Determine if there are more campaigns. |
56 | - if ($result->getNextPage()==null) |
|
57 | - break; |
|
56 | + if ($result->getNextPage()==null) { |
|
57 | + break; |
|
58 | + } |
|
58 | 59 | |
59 | 60 | // Increment page counter. |
60 | 61 | $page ++; |