mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix the messageMobile::dispMessage() declaration for compatibility with messageView::dispMessage(=NULL)
This commit is contained in:
parent
fda9763e82
commit
45a2470dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class messageMobile extends messageView
|
|||
/**
|
||||
* @brief Message output
|
||||
**/
|
||||
function dispMessage()
|
||||
function dispMessage($detail = null)
|
||||
{
|
||||
// Get configurations (using module model object)
|
||||
$oModuleModel = getModel('module');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue