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.
1 parent a23052c commit d6ab12bCopy full SHA for d6ab12b
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