BUGFIX: fixed using UDF with the workflow module which only publishs a page when its been modified and UDF was always returning false to any changes

This commit is contained in:
Will Rossiter 2010-05-16 03:19:29 +00:00
parent f9152b6108
commit 2c1974eae2

View File

@ -128,7 +128,7 @@ class FieldEditor extends FormField {
// get it from the db
$editable = DataObject::get_by_id('EditableFormField', $newEditableID);
// if it exists in the db update it
if($editable) {