• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版9d4e66031bceda77a30b619d9a66bd2a4d19e863 (tree)
时间2020-02-15 23:55:20
作者umorigu <umorigu@gmai...>
Commiterumorigu

Log Message

BugTrack/2319 AutoAlias: Fix: 'IngoreList' words have gone

更改概述

差异

--- a/lib/make_link.php
+++ b/lib/make_link.php
@@ -805,7 +805,7 @@ class Link_autoalias extends Link
805805 {
806806 list($name) = $this->splice($arr);
807807 // Ignore pages listed
808- if (in_array($name, $this->forceignorepages)) {
808+ if (in_array($name, $this->forceignorepages) || get_autoalias_right_link($name) == '') {
809809 return FALSE;
810810 }
811811 return parent::setParam($page,$name,'','pagename',$name);