Skip to content

Commit

Permalink
Fix plugin10
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvaner committed Sep 25, 2019
1 parent bddb8e3 commit 29cd12f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/class/plugin.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ public static function cron5()
PluginManager::cron5();
}

public static function cron10()
{
PluginManager::cron10();
}

public static function cron15()
{
PluginManager::cron15();
Expand Down

0 comments on commit 29cd12f

Please sign in to comment.