X-Git-Url: https://git.cweiske.de/stapibas.git/blobdiff_plain/7a0b27d5b72aefc11fc7a13124d834ceb970320d..46633b4a98024c670eeb3e586e621b31bb6ec100:/src/stapibas/Cli.php diff --git a/src/stapibas/Cli.php b/src/stapibas/Cli.php index 4a36050..02942e4 100644 --- a/src/stapibas/Cli.php +++ b/src/stapibas/Cli.php @@ -124,6 +124,10 @@ class Cli protected function runPingbackHandler( \Console_CommandLine_Result $command, Dependencies $deps ) { + //fetch content of pingback source pages + $cf = new Pingback_ContentFetcher($deps); + $cf->updateAll(); + //FIXME }