removed filter/validate

This commit is contained in:
Andy Miller
2015-08-03 09:50:05 -06:00
parent 9f0c30b498
commit d376f324d3

View File

@@ -905,9 +905,6 @@ class AdminController
$page->slug('');
}
// Validation, type filtering and saving the changes.
$page->validate();
$page->filter();
$page->save();
// Enqueue message and redirect to new location.