* Code for bug #26984.

This commit is contained in:
tanghucheng
2022-08-29 15:03:20 +08:00
parent 9b2613b6e7
commit ddb8ddaacf
+1 -1
View File
@@ -329,7 +329,7 @@ class story extends control
$keywords = $oldBug->keywords;
$spec = $oldBug->steps;
$pri = !empty($oldBug->pri) ? $oldBug->pri : '3';
if(strpos($oldBug->mailto, $oldBug->openedBy) === false)
if(strpos((string)$oldBug->mailto, $oldBug->openedBy) === false)
{
$mailto = $oldBug->mailto . $oldBug->openedBy . ',';
}