mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-10 05:29:13 -04:00
Create MY_Forge to specify the defaul html
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user