Optimizations

This commit is contained in:
Andy Miller
2018-09-07 16:23:56 -06:00
parent bea7b1bea3
commit 4b971e871f
2 changed files with 5 additions and 5 deletions

View File

@@ -851,7 +851,7 @@ class AdminPlugin extends Plugin
{
$type = $e['type'] ?? null;
if ($type === 'tools/scheduler') {
$e['data_type'] = 'config/scheduler';
$e['type'] = 'config/scheduler';
}
}