OSDN Git Service

FIX: 通常スキン表示の際、Manager::get()がないという警告で実行が止まるバグ
[nucleus-jp/nucleus-next.git] / nucleus / libs / globalfunctions.php
index 420f1c1..d471c23 100644 (file)
@@ -1246,7 +1246,7 @@ function selector()
                $type = strtolower($special);\r
        }\r
        \r
-       $skin =& $manager->get($skinid);\r
+       $skin =& $manager->getSkin($skinid);\r
        \r
        if ( !$skin->isValid() )\r
        {\r