Skip to content

Commit df3292b

Browse files
author
mcramer
committed
- Fixed: one of the new helper functions was not declared as protected
1 parent a0b2891 commit df3292b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/tform_base.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ function getHTML($record, $tab, $action = 'NEW') {
657657
* @param record = Datensatz als Array
658658
* @return record
659659
*/
660-
function _encode($record,$tab,$dbencode = true,$api = false) {
660+
protected function _encode($record,$tab,$dbencode = true,$api = false) {
661661
global $app;
662662
if($api == true) $fields = &$this->formDef['fields'];
663663
else $fields = &$this->formDef['tabs'][$tab]['fields'];

0 commit comments

Comments
 (0)