projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6b1099
)
Fix variable name.
author
Jan Schneider
<jan@horde.org>
Sun, 14 Feb 2010 22:23:20 +0000
(23:23 +0100)
committer
Jan Schneider
<jan@horde.org>
Sun, 14 Feb 2010 22:24:07 +0000
(23:24 +0100)
wicked/lib/Wicked.php
patch
|
blob
|
history
diff --git
a/wicked/lib/Wicked.php
b/wicked/lib/Wicked.php
index
1cf0114
..
ab043f4
100644
(file)
--- 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 === $
raw
name) {
+ $curpage === $
page
name) {
$cellclass = 'current';
} else {
$cellclass = '__noselection';