From: Aaron Schulz Date: Mon, 25 Aug 2008 20:57:19 +0000 (+0000) Subject: this looks backwards X-Git-Tag: 1.31.0-rc.0~45665 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=e75cafabd8265e00dfd6f46d7b4cadecfa426e0e;p=lhc%2Fweb%2Fwiklou.git this looks backwards --- diff --git a/includes/parser/LinkHolderArray.php b/includes/parser/LinkHolderArray.php index 9b134e02c3..ab63ac5b03 100644 --- a/includes/parser/LinkHolderArray.php +++ b/includes/parser/LinkHolderArray.php @@ -307,7 +307,7 @@ class LinkHolderArray { $newCats[$varCategories[$cat]] = $sortkey; else $newCats[$cat] = $sortkey; } - $this->mOutput->parent->setCategoryLinks($newCats); + $this->parent->mOutput->setCategoryLinks($newCats); } } }