(quick) Bugfix [979644]; sub www_edit caused fatal error.
This commit is contained in:
parent
b64ba471f9
commit
e0d4792587
1 changed files with 1624 additions and 1624 deletions
|
|
@ -1294,7 +1294,7 @@ sub www_edit {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
return WebGUI::Privilege::insufficient() unless ($self->canEdit);
|
return WebGUI::Privilege::insufficient() unless ($self->canEdit);
|
||||||
$session{page}{useAdminStyle} = 1;
|
$session{page}{useAdminStyle} = 1;
|
||||||
my ($self, @p) = @_;
|
my (@p) = @_;
|
||||||
my ($properties, $layout, $privileges, $heading, $helpId, $headingId) =
|
my ($properties, $layout, $privileges, $heading, $helpId, $headingId) =
|
||||||
rearrange([qw(properties layout privileges heading helpId headingId)], @p);
|
rearrange([qw(properties layout privileges heading helpId headingId)], @p);
|
||||||
my ($f, $startDate, $displayTitle, $templatePosition, $endDate);
|
my ($f, $startDate, $displayTitle, $templatePosition, $endDate);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue