Create MY_Forge to specify the defaul html

This commit is contained in:
Tim Almdal
2008-11-16 06:43:31 +00:00
parent 1a79a10893
commit be67187ad9
3 changed files with 8 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ class Comment_Controller extends REST_Controller {
$data = array('valid' => true, 'html' => sprintf(comment::show_comment_list($item_id)));
} else {
$data = array('valid' => false, 'html' => sprintf($form->render("form.html")));
$data = array('valid' => false, 'html' => sprintf($form->render()));
}
if (request::method() == "get") {