OSDN Git Service

MERGE: リビジョン1894〜1990
[nucleus-jp/nucleus-next.git] / nucleus / libs / SKIN.php
index 42e0f02..1cd58ea 100644 (file)
@@ -320,7 +320,7 @@ class Skin
                global $currentSkinName, $manager, $CONF, $DIR_NUCLEUS;
                
                $data = array(
-                       'skin' => $this,
+                       'skin' => &$this,
                        'type' => $type
                );
                $manager->notify("Init{$this->event_identifier}Parse", $data);