We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5706b9 + bbede67 commit bc3ff22Copy full SHA for bc3ff22
server/lib/classes/cron.d/100-monitor_openvz.inc.php
@@ -69,7 +69,7 @@ public function onRunJob() {
69
/*
70
Fetch the data into a array
71
*/
72
- $app->load(openvz_tools);
+ $app->load('openvz_tools');
73
$openVzTools = new openvz_tools();
74
$data = $openVzTools->getOpenVzVeInfo();
75
@@ -98,7 +98,7 @@ public function onRunJob() {
98
99
100
101
102
103
$data = $openVzTools->getOpenVzVeBeanCounter();
104
0 commit comments