• R/O
  • HTTP
  • SSH
  • HTTPS

nucleus-jp-ancient: Commit

Nucleus CMS日本語版SVNをgit-svnしたもの。リポジトリの変換作業用


Commit MetaInfo

Révision4e08d71de2ac64a24d31ca5ea70d3c82fc1cea37 (tree)
l'heure2013-08-15 20:00:06
Auteurreine <reine@user...>
Commiterreine

Message de Log

FIX: GenerateURLを呼び出す際のパラメータ添字がVer3.65で誤って変更されていたのを修正

Change Summary

Modification

--- a/nucleus/libs/globalfunctions.php
+++ b/nucleus/libs/globalfunctions.php
@@ -1546,7 +1546,7 @@ function createBlogidLink($blogid, $params = '') {
15461546 return createLink('blog', array('blogid' => $blogid, 'extra' => $params) );
15471547 }
15481548
1549-function createLink($type, $args) {
1549+function createLink($type, $params) {
15501550 global $manager, $CONF;
15511551
15521552 $generatedURL = '';
@@ -1558,7 +1558,7 @@ function createLink($type, $args) {
15581558 if ($usePathInfo) {
15591559 $param = array(
15601560 'type' => $type,
1561- 'args' => $args,
1561+ 'params' => $params,
15621562 'completed' => &$created,
15631563 'url' => &$url
15641564 );
Afficher sur ancien navigateur de dépôt.