From e75cafabd8265e00dfd6f46d7b4cadecfa426e0e Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 25 Aug 2008 20:57:19 +0000 Subject: [PATCH] this looks backwards --- includes/parser/LinkHolderArray.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } } -- 2.20.1