Revision | b3e72b0aeef94955bdcbfb412086c288dde4b59a (tree) |
---|---|
Zeit | 2006-09-18 14:23:12 |
Autor | henoheno <henoheno> |
Commiter | umorigu |
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.
@@ -159,7 +159,7 @@ function links_init() | ||
159 | 159 | |
160 | 160 | $_name = $_obj->name; |
161 | 161 | if (is_a($_obj, 'Link_autoalias')) { |
162 | - $_alias = get_autoaliases($_obj->name); | |
162 | + $_alias = get_autoaliases($_name); | |
163 | 163 | if (! is_pagename($_alias)) |
164 | 164 | continue; // not PageName |
165 | 165 | $_name = $_alias; |