Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Run the scheduled task daily
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 13, 2014
1 parent 077585c commit 91ca220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Tasks extends \Piwik\Plugin\Tasks
{
public function schedule()
{
$this->hourly('updateTracker');
$this->daily('updateTracker');
}

public function updateTracker()
Expand Down

0 comments on commit 91ca220

Please sign in to comment.