event handler missing break fix
This commit is contained in:
@@ -291,6 +291,7 @@ if (isset($_POST['action'])) {
|
||||
money_expense::update_money_expense($_POST['mox_name'], $_POST['mox_date'], $_POST['mox_item'], $_POST['mox_sum'], $_POST['mox_moxc_id'], $_POST['mox_id']);
|
||||
log::register('update_mox', $_POST['mox_item'] . ": " . $_POST['mox_sum'] . " Ft");
|
||||
header("Location: /admin/money_expense");
|
||||
break;
|
||||
case 'settings_data_edit':
|
||||
$sql->update_table('setting_value',
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user