1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-14 09:04:25 +02:00

Flextype Box Plugin: Admin #125 #117

- Entries Controller/Views implementation
This commit is contained in:
Awilum
2019-06-05 14:40:01 +03:00
parent 7531010dfe
commit 54ad43e390

View File

@@ -602,10 +602,7 @@ class EntriesController extends Controller
Arr::delete($_data, 'csrf_value');
Arr::delete($_data, 'csrf_name');
Arr::delete($_data, 'action');
echo '<pre>';
print_r($_data);
echo '</pre>';
die();
if ($this->entries->update($id, $_data)) {
$this->flash->addMessage('success', __('admin_message_entry_changes_saved'));
} else {