From d15d5482f551cc2c276f8600d9d53c9a712d0644 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sun, 14 Feb 2010 23:23:20 +0100 Subject: [PATCH] Fix variable name. --- wicked/lib/Wicked.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wicked/lib/Wicked.php b/wicked/lib/Wicked.php index 1cf0114d6..ab043f466 100644 --- a/wicked/lib/Wicked.php +++ b/wicked/lib/Wicked.php @@ -109,7 +109,7 @@ class Wicked { * this on our own because all the buttons go to the same .php * file, just with different args. */ if (!strstr($_SERVER['PHP_SELF'], 'prefs.php') && - $curpage === $rawname) { + $curpage === $pagename) { $cellclass = 'current'; } else { $cellclass = '__noselection'; -- 2.11.0