mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Merge pull request #729 from bjrambo/pr/fix-error
messageMobile::dispMessage() 메서드의 인자값호환성 개선.
This commit is contained in:
commit
db97e63405
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class messageMobile extends messageView
|
||||||
/**
|
/**
|
||||||
* @brief Message output
|
* @brief Message output
|
||||||
**/
|
**/
|
||||||
function dispMessage()
|
function dispMessage($detail = null)
|
||||||
{
|
{
|
||||||
// Get configurations (using module model object)
|
// Get configurations (using module model object)
|
||||||
$oModuleModel = getModel('module');
|
$oModuleModel = getModel('module');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue