- Performance enhancement added to Page Layouts to make them do template
processing twice as fast.
This commit is contained in:
parent
47c65b7d66
commit
7b414dfd28
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
7.3.12
|
||||
- Performance enhancement added to Page Layouts to make them do template
|
||||
processing twice as fast.
|
||||
- fix: Fixing bad link on the Event page to the search engine. Added a new
|
||||
Event template variable called urlSearch to handle it. (perlDreamer Consulting, LLC)
|
||||
- fix: Set default groupIdEditEvent to groupIdEdit during upgrade (perlDreamer Consulting, LLC)
|
||||
|
|
|
|||
|
|
@ -239,7 +239,6 @@ sub view {
|
|||
';
|
||||
}
|
||||
my $showPerformance = $self->session->errorHandler->canShowPerformanceIndicators();
|
||||
my $out = $self->processTemplate($self->{_viewVars},undef,$self->{_viewTemplate});
|
||||
my @parts = split("~~~",$self->processTemplate($self->{_viewVars},undef,$self->{_viewTemplate}));
|
||||
my $output = "";
|
||||
foreach my $part (@parts) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue