Skip to content

Commit 82d6e51

Browse files
author
vogelor
committed
fixed a typo in remote-actions
1 parent 196c29c commit 82d6e51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/admin/remote_action_ispcupdate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
$servers[] = $_POST['server_select'];
7575
}
7676
foreach ($servers as $serverId) {
77-
$sql = "INSERT INTO sys_remoteaction (server_id, tstamp, action_type, action_param, action_status, response) " .
77+
$sql = "INSERT INTO sys_remoteaction (server_id, tstamp, action_type, action_param, action_state, response) " .
7878
"VALUES (".
7979
(int)$serverId . ", " .
8080
time() . ", " .

interface/web/admin/remote_action_osupdate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
$servers[] = $_POST['server_select'];
7575
}
7676
foreach ($servers as $serverId) {
77-
$sql = "INSERT INTO sys_remoteaction (server_id, tstamp, action_type, action_param, action_status, response) " .
77+
$sql = "INSERT INTO sys_remoteaction (server_id, tstamp, action_type, action_param, action_state, response) " .
7878
"VALUES (".
7979
(int)$serverId . ", " .
8080
time() . ", " .

0 commit comments

Comments
 (0)