Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Romans Malinovskis committed Feb 5, 2012
1 parent 94e8b97 commit 3694996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CompleteLister.php
Expand Up @@ -79,7 +79,7 @@ function render(){
if(@$_GET[$this->name.'_reload_row']){
$r=$this->template->cloneRegion('rows')->render();
if($this->api->jquery)$this->api->jquery->getJS($this);
$e=new RenderObjectSuccess($r);
$e=new StopRender($r);
throw $e;
}

Expand Down

0 comments on commit 3694996

Please sign in to comment.