SF Bug #3452416 - templates <order> non-functional
This commit is contained in:
parent
caf24e3662
commit
6b9834a054
@ -98,7 +98,8 @@ class PageRender extends Visitor {
|
||||
$this->visit('',$attribute);
|
||||
}
|
||||
|
||||
// Sort our attribute values for display.
|
||||
// Sort our attribute values for display, if we are the custom template.
|
||||
if ($this->template->getID() == 'none')
|
||||
$this->template->sort();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user