From: Jan Schneider Date: Sun, 14 Feb 2010 22:23:20 +0000 (+0100) Subject: Fix variable name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d15d5482f551cc2c276f8600d9d53c9a712d0644;p=horde.git Fix variable name. --- 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';