mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
d524c5f48c
|
@ -76,7 +76,7 @@ if ($accessop->check_controller_access($controller, array('action'=>'setOwner'))
|
|||
$owner = $user;
|
||||
}
|
||||
$comment = trim($_POST["comment"]);
|
||||
$version_comment = trim($_POST["version_comment"]);
|
||||
$version_comment = !empty($_POST["version_comment"]) ? trim($_POST["version_comment"]) : '';
|
||||
if($version_comment == "" && isset($_POST["use_comment"]))
|
||||
$version_comment = $comment;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user