Skip to content

Commit 229a047

Browse files
committed
Powermanagement should not require min/hour/dom/month/dow as ondemand does not require this. This should be all thats necessary to address the real problem provided from #780.
1 parent 22b684c commit 229a047

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

packages/web/lib/fog/powermanagement.class.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ class PowerManagement extends FOGController
5050
*/
5151
protected $databaseFieldsRequired = array(
5252
'hostID',
53-
'min',
54-
'hour',
55-
'dom',
56-
'month',
57-
'dow',
5853
'action',
5954
);
6055
/**

packages/web/lib/fog/system.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private static function _versionCompare()
5353
public function __construct()
5454
{
5555
self::_versionCompare();
56-
define('FOG_VERSION', '1.5.10.1789');
56+
define('FOG_VERSION', '1.5.10.1792');
5757
define('FOG_SCHEMA', 273);
5858
define('FOG_BCACHE_VER', 141);
5959
define('FOG_CLIENT_VERSION', '0.13.0');

0 commit comments

Comments
 (0)