projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89f7955
)
use self:: here
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 2 Oct 2010 20:03:50 +0000
(16:03 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 2 Oct 2010 20:03:50 +0000
(16:03 -0400)
wicked/lib/Wicked.php
patch
|
blob
|
history
diff --git
a/wicked/lib/Wicked.php
b/wicked/lib/Wicked.php
index
3111470
..
0140fdb
100644
(file)
--- a/
wicked/lib/Wicked.php
+++ b/
wicked/lib/Wicked.php
@@
-115,7
+115,7
@@
class Wicked
$cellclass = '__noselection';
}
- $url = Horde_Util::addParameter(
Wicked
::url($pagename), 'referrer', $referrer);
+ $url = Horde_Util::addParameter(
self
::url($pagename), 'referrer', $referrer);
$menu->add($url, $pages[$pagename], $pagename . '.png', null, null, null, $cellclass);
}
}