|
@@ -287,8 +287,8 @@ |
|
|
block discarded – undo |
|
287
|
287
|
|
|
288
|
288
|
$mountedPagesIdsWithQueueItems = []; |
|
289
|
289
|
foreach ($queueItemsOfExistingMountPoints as $id => $queueItemsOfExistingMountPoint) { |
|
290
|
|
- if (((int) $queueItemsOfExistingMountPoint['queueItemCount']) > 0) { |
|
291
|
|
- $mountedPagesIdsWithQueueItems[] = (int) $id; |
|
|
290
|
+ if (((int)$queueItemsOfExistingMountPoint['queueItemCount']) > 0) { |
|
|
291
|
+ $mountedPagesIdsWithQueueItems[] = (int)$id; |
|
292
|
292
|
} |
|
293
|
293
|
} |
|
294
|
294
|
|
Please login to merge, or discard this patch.