Merge branch 'master' of github.com:easysoft/zentaopms
This commit is contained in:
@@ -1470,7 +1470,7 @@ class testcase extends control
|
||||
}
|
||||
else
|
||||
{
|
||||
$steps = $cellValue;
|
||||
$steps = (array)$cellValue;
|
||||
if(strpos($cellValue, "\n"))
|
||||
{
|
||||
$steps = explode("\n", $cellValue);
|
||||
|
||||
Reference in New Issue
Block a user