OSDN Git Service

MERGE: リビジョン1894〜1990
[nucleus-jp/nucleus-next.git] / nucleus / libs / LINK.php
index b202f1d..9285a2f 100644 (file)
@@ -117,11 +117,11 @@ class Link
                if ($usePathInfo)
                {
                        $data = array(
-                                       'type' => $type,
-                                       'params' => $params,
-                                       'completed' => &$created,
-                                       'url' => &$url
-                               );
+                               'type'          =>  $type,
+                               'params'        =>  $params,
+                               'completed'     => &$created,
+                               'url'           => &$url
+                       );
                        $manager->notify('GenerateURL', $data);
                }