Fixes for render AJAX HTMLRender objects
This commit is contained in:
@@ -34,7 +34,7 @@ class Controller_Admin_Product extends Controller_Product {
|
||||
->set('o',$pto);
|
||||
}
|
||||
|
||||
$this->response->body($output);
|
||||
$this->template->content = $output;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -53,7 +53,7 @@ class Controller_Admin_Product extends Controller_Product {
|
||||
->set('o',$pcto);
|
||||
}
|
||||
|
||||
$this->response->body($output);
|
||||
$this->template->content = $output;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user