]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/news/class_NewsDownloadFilter.php
User login (non-guest) basicly finished, news stubs added, registration and final...
[shipsimu.git] / inc / classes / main / filter / news / class_NewsDownloadFilter.php
index e3a1881c2aad10d4f18d733efd9b1c0296beea9f..a85937de2b9ea6da099bf6f638f892eb69ae1461 100644 (file)
@@ -64,8 +64,8 @@ class NewsDownloadFilter extends BaseFilter implements Filterable {
                // Get a news instance
                $newsInstance = WebNewsFactory::createFactoryByRequest($requestInstance);
 
-               // TODO Need to extend/rewrite this
-               $this->partialStub("Unfinished work.");
+               // Store the news instance in registry
+               Registry::getRegistry()->addInstance('news', $newsInstance);
        }
 }