#816 Completed the fix (still a Notice)

SVN:trunk[3001]
This commit is contained in:
Romain Quetiez
2013-11-28 09:52:33 +00:00
parent 9f95d951d4
commit a24b4437aa

View File

@@ -2106,7 +2106,10 @@ abstract class MetaModel
}
else
{
$aScalarArgs[$sArgName] = (string) $value;
if (is_scalar($value))
{
$aScalarArgs[$sArgName] = (string) $value;
}
}
}
// Add standard contextual arguments