From 29cd12fb06bcb88ae9484153f238095224eed3bc Mon Sep 17 00:00:00 2001 From: Sylvain Dangin Date: Wed, 25 Sep 2019 20:51:46 +0200 Subject: [PATCH] Fix plugin10 --- core/class/plugin.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/class/plugin.class.php b/core/class/plugin.class.php index 2491d82b5..d3948e663 100644 --- a/core/class/plugin.class.php +++ b/core/class/plugin.class.php @@ -58,6 +58,11 @@ public static function cron5() PluginManager::cron5(); } + public static function cron10() + { + PluginManager::cron10(); + } + public static function cron15() { PluginManager::cron15();