mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01: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
1acb12c6a2
commit
d5d2604a06
@ -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]"/>
|
||||
|
Loading…
Reference in New Issue
Block a user