mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
getExtraVars() 항상 array로 반환될 수 있도록 수정
This commit is contained in:
parent
185a2657e6
commit
b180270e08
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ class ExtraVar
|
|||
* Current module's Set of ExtraItem
|
||||
* @var ExtraItem[]
|
||||
*/
|
||||
var $keys = null;
|
||||
var $keys = array();
|
||||
|
||||
/**
|
||||
* Get instance of ExtraVar (singleton)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue