mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Change ExtraVar::getInstance() to ValueCollection
This commit is contained in:
parent
e5c6cb9d6e
commit
0952bd6b69
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ class DocumentModel extends Document
|
|||
if(!isset($GLOBALS['XE_EXTRA_KEYS'][$module_srl]))
|
||||
{
|
||||
$keys = Rhymix\Framework\Cache::get("site_and_module:module_document_extra_keys:$module_srl");
|
||||
$oExtraVar = ExtraVar::getInstance($module_srl);
|
||||
$oExtraVar = new Rhymix\Modules\Extravar\Models\ValueCollection($module_srl);
|
||||
|
||||
if($keys === null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue