From 5538d5589dfd04c1a9b8c4c6641e1beb28b7812f Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Mon, 3 Jan 2011 02:00:03 +1100 Subject: [PATCH] Fixed error, confused stickies with locks --- inc/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/display.php b/inc/display.php index f6cfafdc..028ca1aa 100644 --- a/inc/display.php +++ b/inc/display.php @@ -228,7 +228,7 @@ // Lock if($this->mod['type'] >= MOD_LOCK) - if($this->sticky) + if($this->locked) $built .= ' ' . MOD_LINK_UNLOCK . ''; else $built .= ' ' . MOD_LINK_LOCK . '';