mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
Update tasks
This commit is contained in:
@@ -48,7 +48,7 @@ class task_period_emptyColl extends task_appboxAbstract
|
||||
|
||||
return array();
|
||||
}
|
||||
$collection = collection::get_from_base_id($this->base_id);
|
||||
$collection = collection::get_from_base_id($this->dependencyContainer, $this->base_id);
|
||||
$this->total_records = $collection->get_record_amount();
|
||||
$collection->empty_collection(200);
|
||||
$this->records_done += $this->total_records;
|
||||
|
Reference in New Issue
Block a user