• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisãofb676d5160ea81bdacc459c1cd40f64bdb2c05aa (tree)
Hora2006-09-18 14:23:12
Autorhenoheno <henoheno>
Commiterumorigu

Mensagem de Log

BugTrack2/2: Simplify $_name

Author: henoheno <henoheno>
Date: Mon Sep 18 14:23:12 2006 +0900

On branch bugtrack_2002_autoalias
You are currently cherry-picking commit 3098f79.

Mudança Sumário

Diff

--- a/lib/link.php
+++ b/lib/link.php
@@ -159,7 +159,7 @@ function links_init()
159159
160160 $_name = $_obj->name;
161161 if (is_a($_obj, 'Link_autoalias')) {
162- $_alias = get_autoaliases($_obj->name);
162+ $_alias = get_autoaliases($_name);
163163 if (! is_pagename($_alias))
164164 continue; // not PageName
165165 $_name = $_alias;