move content fetcher class
[stapibas.git] / src / stapibas / Cli.php
index 02942e4593147f4d1b7e71e2a138f3efa590e508..10b695751f161c6172aab214637f20d5d42a5a0e 100644 (file)
@@ -125,7 +125,7 @@ class Cli
         \Console_CommandLine_Result $command, Dependencies $deps
     ) {
         //fetch content of pingback source pages
-        $cf = new Pingback_ContentFetcher($deps);
+        $cf = new Content_Fetcher($deps);
         $cf->updateAll();
 
         //FIXME