mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix classes inheriting Object
This commit is contained in:
parent
ae971306b7
commit
9c540ea414
4 changed files with 4 additions and 4 deletions
|
|
@ -658,7 +658,7 @@ class mcontent extends WidgetHandler
|
|||
}
|
||||
}
|
||||
|
||||
class mcontentItem extends Object
|
||||
class mcontentItem extends BaseObject
|
||||
{
|
||||
|
||||
var $browser_title = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue