Fix typo in getHomeView

pull/3779/head
Isaac Connor 2023-10-23 16:49:34 -04:00
parent 717f644087
commit ab979c8f42
1 changed files with 1 additions and 1 deletions

View File

@ -44,5 +44,5 @@ if ($action == 'state') {
if (isset($_REQUEST['runState'])) if (isset($_REQUEST['runState']))
dbQuery('DELETE FROM `States` WHERE `Name`=?', array($_REQUEST['runState'])); dbQuery('DELETE FROM `States` WHERE `Name`=?', array($_REQUEST['runState']));
} }
$redirect = '?view='.getHomeViewW(); $redirect = '?view='.getHomeView();
?> ?>