mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
fix PHP Error: Undefined constant “type” in EGroupware\Api\Etemplate\Widget::expand_name() eval(’$name = “${row_cont[type]}”’)
This commit is contained in:
parent
5e67e8c6b5
commit
10ae9a0234
@ -11,7 +11,7 @@
|
|||||||
<html id="mainscreen_message"></html>
|
<html id="mainscreen_message"></html>
|
||||||
<old-box id="portlets">
|
<old-box id="portlets">
|
||||||
<!-- Box wrapper needed to get box to auto-repeat -->
|
<!-- 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]"
|
parent_node="home-index_portlets" settings="$row_cont[settings]"
|
||||||
value="$row_cont[content]" class="$row_cont[class]"
|
value="$row_cont[content]" class="$row_cont[class]"
|
||||||
actions="$row_cont[actions]"/>
|
actions="$row_cont[actions]"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user