1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-09 10:15:44 +02:00

Fix 'news:updater:after-update' command

Signed-off-by: Gioele Falcetti <thegio.f@gmail.com>
This commit is contained in:
Gioele Falcetti 2020-10-04 18:29:43 +02:00 committed by Sean Molenaar
parent b17f1ca26d
commit e8a1fd63fc

View File

@ -44,7 +44,7 @@ class AfterUpdate extends Command
protected function execute(InputInterface $input, OutputInterface $output): int
{
$count = $input->getArgument('id');
$count = $input->getArgument('purge_count');
echo $this->itemService->purgeOverThreshold($count);