@@ -21,8 +21,8 @@ |
||
21 | 21 | |
22 | 22 | $this->RSSFeed->enable_cache(false); |
23 | 23 | |
24 | - $this->RSSFeed->init(); |
|
25 | - $this->RSSFeed->handle_content_type(); |
|
24 | + $this->RSSFeed->init(); |
|
25 | + $this->RSSFeed->handle_content_type(); |
|
26 | 26 | } |
27 | 27 | |
28 | 28 | public function indexAction() |
@@ -341,6 +341,10 @@ |
||
341 | 341 | return $file; |
342 | 342 | } |
343 | 343 | |
344 | + /** |
|
345 | + * @param string $class |
|
346 | + * @param string $ext |
|
347 | + */ |
|
344 | 348 | private function findFileWithExtension($class, $ext) |
345 | 349 | { |
346 | 350 | // PSR-4 lookup |