Skip to content

Commit

Permalink
fix PHP Error: Undefined constant “type” in EGroupware\Api\Etemplate\…
Browse files Browse the repository at this point in the history
…Widget::expand_name() eval(’$name = “${row_cont[type]}”’)
  • Loading branch information
ralfbecker committed Jun 12, 2023
1 parent 5e67e8c commit 10ae9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/templates/default/index.xet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<html id="mainscreen_message"></html>
<old-box id="portlets">
<!-- Box wrapper needed to get box to auto-repeat -->
<et2-portlet type="${row_cont[type]}" id="${row_cont[id]}" title="$row_cont[title]" color="$row_cont[color]"
<et2-portlet type="$row_cont[type]" id="$row_cont[id]" title="$row_cont[title]" color="$row_cont[color]"
parent_node="home-index_portlets" settings="$row_cont[settings]"
value="$row_cont[content]" class="$row_cont[class]"
actions="$row_cont[actions]"/>
Expand Down

0 comments on commit 10ae9a0

Please sign in to comment.