Skip to content
Snippets Groups Projects
Commit df3292b2 authored by mcramer's avatar mcramer
Browse files

- Fixed: one of the new helper functions was not declared as protected

parent a0b2891e
No related branches found
No related tags found
No related merge requests found
...@@ -657,7 +657,7 @@ class tform_base { ...@@ -657,7 +657,7 @@ class tform_base {
* @param record = Datensatz als Array * @param record = Datensatz als Array
* @return record * @return record
*/ */
function _encode($record,$tab,$dbencode = true,$api = false) { protected function _encode($record,$tab,$dbencode = true,$api = false) {
global $app; global $app;
if($api == true) $fields = &$this->formDef['fields']; if($api == true) $fields = &$this->formDef['fields'];
else $fields = &$this->formDef['tabs'][$tab]['fields']; else $fields = &$this->formDef['tabs'][$tab]['fields'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment