@@ -109,12 +109,10 @@ |
||
109 | 109 | if ($this->timeframe > 0) |
110 | 110 | { |
111 | 111 | $items = $this->repository->getTimeframeUpdatedItems($this->timeframe, $this->source); |
112 | - } |
|
113 | - elseif ($this->recent) |
|
112 | + } elseif ($this->recent) |
|
114 | 113 | { |
115 | 114 | $items = $this->repository->getRecentlyUpdatedItems(); |
116 | - } |
|
117 | - else |
|
115 | + } else |
|
118 | 116 | { |
119 | 117 | $items = $this->repository->getItems($this->source); |
120 | 118 | } |