mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
mvc: allow to reset StoreB64Field values #8221
This commit is contained in:
parent
d85bf8c0d8
commit
6d75f5d0c7
@ -51,5 +51,7 @@ class StoreB64Field extends TextField
|
||||
/* store value as base64 */
|
||||
return parent::setValue(base64_encode($value));
|
||||
}
|
||||
|
||||
return parent::setValue('');
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user