Rollback
This commit is contained in:
parent
b7749551f8
commit
8576802abe
2 changed files with 1 additions and 2 deletions
|
|
@ -147,7 +147,6 @@ sub view {
|
|||
my %rules = (
|
||||
keywords=>$self->session->form->get("keywords"),
|
||||
lineage=>[WebGUI::Asset->newByDynamicClass($self->session,$self->getValue("searchRoot"))->get("lineage")],
|
||||
creationDate=>{}, # content created at any time by default
|
||||
);
|
||||
my @classes = split("\n",$self->get("classLimiter"));
|
||||
$rules{classes} = \@classes if (scalar(@classes));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue