Skip to content

Commit

Permalink
Item14387: remove unneeded attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed May 2, 2017
1 parent 246a12a commit de109d9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions core/lib/Foswiki/Templates.pm
Expand Up @@ -504,12 +504,9 @@ sub _readTemplateFile {
push(
@candidates,
{
primary => $isSkinned,
secondary => $idx,
tertiary => $templateixd,
file => $file,
userdir => $userdir,
skin => $skin,
file => $file,
userdir => $userdir,
skin => $skin,
order => $isSkinned * 1000000 + $idx * 1000 + $templateixd,
}
);
Expand Down

0 comments on commit de109d9

Please sign in to comment.