Ignore:
Timestamp:
08/24/17 15:15:08 (7 years ago)
Author:
nanardon
Message:

Syntax fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Controller/Remote/Search.pm

    r2066 r2068  
    2727    my $otype = $c->req->param('otype'); 
    2828    my @search = $c->req->param('q'); 
     29    $c->stash->{NoSync} = 1; 
    2930 
    3031    push(@search, 'oalias=NULL') unless($c->req->param('oalias')); 
     
    3940    $c->stash->{data} = [ 
    4041        $c->model('Accounts')->db->search_objects($otype, @search) 
    41     ]     
     42    ];     
    4243 
    43     $c->stash->{NoSync} = 1; 
    4444} 
    4545 
Note: See TracChangeset for help on using the changeset viewer.