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)