add reason_update DB column.

This commit is contained in:
BJRambo 2016-03-01 16:32:54 +09:00
parent de127f27f8
commit 2a824e150c
5 changed files with 13 additions and 3 deletions

View file

@ -808,6 +808,7 @@ class documentController extends document
$update_args->update_nick_name = $logged_info->nick_name;
$update_args->tags = $obj->tags;
$update_args->extra_vars = $obj->extra_vars;
$update_args->reason_update = $obj->reason_update;
$update_output = executeQuery('document.insertDocumentUpdateLog', $update_args);
return $update_output;