Skip to content

Commit

Permalink
33239: Pre8: Admin > Layout and Styles > Content Styles: TypeError th…
Browse files Browse the repository at this point in the history
…rown with message ilObject::_lookupObjId(): Argument #1
  • Loading branch information
alex40724 committed Jul 1, 2022
1 parent 82e7391 commit d3b0ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ protected function fillRow(array $a_set) : void
$this->tpl->setVariable(
"SCOPE",
ilObject::_lookupTitle(
ilObject::_lookupObjId($a_set["category"])
ilObject::_lookupObjId((int) $a_set["category"])
)
);
}
Expand Down

0 comments on commit d3b0ce3

Please sign in to comment.