* zin: refactor set:xxx usage to compatible with php 5.4.
This commit is contained in:
@@ -445,7 +445,7 @@ detailBody
|
||||
floatToolbar
|
||||
(
|
||||
set::object($case),
|
||||
$isInModal ? null : to::prefix(backBtn(set::icon('back'), set::class('ghost text-white'), $lang->goback)),
|
||||
$isInModal ? null : to::prefix(backBtn(set::icon('back'), set::className('ghost text-white'), $lang->goback)),
|
||||
set::main($actions['mainActions']),
|
||||
set::suffix($actions['suffixActions'])
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user