From 939dc67dd8cbdbcb735c3e2527a394f712bcf69b Mon Sep 17 00:00:00 2001 From: Steve Simms Date: Sun, 1 Feb 2004 21:03:03 +0000 Subject: [PATCH] Fixed typo: One too many colons. --- lib/WebGUI/Macro/AdminBar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Macro/AdminBar.pm b/lib/WebGUI/Macro/AdminBar.pm index 3d9002d23..0d3ebaa2b 100644 --- a/lib/WebGUI/Macro/AdminBar.pm +++ b/lib/WebGUI/Macro/AdminBar.pm @@ -30,7 +30,7 @@ sub process { my (%cphash, %hash2, %hash, $r, $i, @item, $query); tie %hash, "Tie::IxHash"; tie %hash2, "Tie::IxHash"; - tie %cphash, "Tie:::CPHash"; + tie %cphash, "Tie::CPHash"; #--content adder $hash{WebGUI::URL::page('op=editPage&npp='.$session{page}{pageId})} = WebGUI::International::get(2); if ($session{user}{uiLevel} >= 7) {