event handler missing break fix

This commit is contained in:
Ricsi
2017-04-28 21:47:23 +02:00
parent 017abf1c7a
commit cdbe8d5b23

View File

@@ -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(