typo.
This commit is contained in:
parent
54573e6bb2
commit
c8956ac0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ sub processRaw {
|
|||
#-------------------------------------------------------------------
|
||||
sub www_edit {
|
||||
my $self = shift;
|
||||
return $self->session->privilege->nsufficient() unless $self->canEdit;
|
||||
return $self->session->privilege->insufficient() unless $self->canEdit;
|
||||
my $i18n = WebGUI::International->new($self->session, "Asset_Template");
|
||||
$self->getAdminConsole->setHelp("template add/edit","Asset_Template");
|
||||
$self->getAdminConsole->addSubmenuItem($self->getUrl('func=styleWizard'),$i18n->get("style wizard")) if ($self->get("namespace") eq "style");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue