Fix calcolo statistiche articoli

This commit is contained in:
loviuz 2020-01-08 12:30:53 +01:00
parent c0f83f5660
commit c76a28c376
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ include_once __DIR__.'/../../core.php';
use Plugins\StatisticheArticoli\Stats;
$calendar_id = filter('calendar_id');
$direzione = filter('dir');
$direzione = filter('direzione');
$start = filter('start');
$end = filter('end');