mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-08 12:39:17 -04:00
Convert tabs to spaces to fix File_Structure_Test.
This commit is contained in:
@@ -57,8 +57,8 @@ class Comments_Controller extends Controller {
|
||||
$view->comment = $comment;
|
||||
|
||||
json::reply(array("result" => "success",
|
||||
"view" => (string)$view,
|
||||
"form" => (string)comment::get_add_form($item)));
|
||||
"view" => (string)$view,
|
||||
"form" => (string)comment::get_add_form($item)));
|
||||
} else {
|
||||
$form = comment::prefill_add_form($form);
|
||||
json::reply(array("result" => "error", "form" => (string)$form));
|
||||
|
||||
Reference in New Issue
Block a user