Compare commits

..

No commits in common. "master" and "v1.4.1" have entirely different histories.

1 changed files with 2 additions and 4 deletions

View File

@ -211,12 +211,10 @@ function macro_IS_DEV($jsm)
*/ */
function macro_PROP($jsm, $expr) function macro_PROP($jsm, $expr)
{ {
$res = \taskman\get($expr); return \taskman\get($expr);
if(is_string($res))
return '"'.$res.'"';
return $res;
} }
/** /**
* @global * @global
*/ */