From 209f061eed334eda413317d462d0b52a24a0db58 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sun, 30 Sep 2012 22:56:09 +1000 Subject: [PATCH] Bugfix: [sticky] --- inc/display.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/display.php b/inc/display.php index 60c95a1f..264fde60 100644 --- a/inc/display.php +++ b/inc/display.php @@ -388,9 +388,9 @@ class Thread { // Sticky if (hasPermission($config['mod']['sticky'], $board['uri'], $this->mod)) if ($this->sticky) - $built .= ' ' . $config['mod']['link_desticky'] . ''; + $built .= ' ' . $config['mod']['link_desticky'] . ''; else - $built .= ' ' . $config['mod']['link_sticky'] . ''; + $built .= ' ' . $config['mod']['link_sticky'] . ''; if (hasPermission($config['mod']['bumplock'], $board['uri'], $this->mod)) if ($this->bumplocked)