mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +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;
|
$owner = $user;
|
||||||
}
|
}
|
||||||
$comment = trim($_POST["comment"]);
|
$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"]))
|
if($version_comment == "" && isset($_POST["use_comment"]))
|
||||||
$version_comment = $comment;
|
$version_comment = $comment;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user