Skip to content

Commit 59b573e

Browse files
committed
no message
1 parent 297fba2 commit 59b573e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

class/Files/Classes/ClassFiles.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,6 @@ private function getValuesInObject($moduleDirname, $table, $fields)
448448
if ($helper > 0) {
449449
$header .= $xc->getXcGetInstance('helper', "\XoopsModules\\{$ucfModuleDirname}\Helper", "\t\t");
450450
}
451-
452-
if ($utility > 0) {
453-
$header .= $xc->getXcGetInstance('helper', "\XoopsModules\\{$ucfModuleDirname}\Helper", "\t\t");
454-
}
455451
$getValues .= $this->getSimpleString('return $ret;', "\t\t");
456452

457453
$ret .= $pc->getPhpCodeFunction('getValues' . $ucfTableName, '$keys = null, $format = null, $maxDepth = null', $header . $getValues, 'public ', false, "\t");

0 commit comments

Comments
 (0)