more bugfixes. last of this round of syntaxCheck.t fixes.
This commit is contained in:
parent
9b867ab627
commit
f8de599f35
11 changed files with 40 additions and 31 deletions
|
|
@ -49,7 +49,7 @@ A template from the Macro/EditableToggle namespace to use for formatting the lin
|
|||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
my $session = shift;
|
||||
if (exists $session->asset && $session->asset->canEdit && $session->user->isInGroup(12)) {
|
||||
if ($session->asset && $session->asset->canEdit && $session->user->isInGroup(12)) {
|
||||
my %var;
|
||||
my @param = @_;
|
||||
my $i18n = WebGUI::International->new($session,'Macro_EditableToggle');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue