From 1338769d44ef8b2bc78250f8fcf8c259dad95a8f Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Mon, 27 Jun 2011 20:01:39 +1000 Subject: [PATCH] "lock" should be "unlock" and "unlock" should be "lock" --- inc/display.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/display.php b/inc/display.php index f1d3dba4..91577af0 100644 --- a/inc/display.php +++ b/inc/display.php @@ -468,9 +468,9 @@ // Lock if($this->mod['type'] >= $config['mod']['lock']) if($this->locked) - $built .= ' ' . $config['mod']['link_unlock'] . ''; + $built .= ' ' . $config['mod']['link_unlock'] . ''; else - $built .= ' ' . $config['mod']['link_lock'] . ''; + $built .= ' ' . $config['mod']['link_lock'] . ''; $built .= ''; }