Removing non-working stuff

This commit is contained in:
Pavel Shevaev 2023-06-02 15:33:30 +03:00
parent 04179fcd26
commit d079c79d50
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ function macro_SELF_CONF_ID($jsm)
$proto_id = 0; $proto_id = 0;
$alias = ""; $alias = "";
if(!\taskman\config_get_header($file, $proto_id, $alias)) if(!\taskman\config_get_header($file, $proto_id, $alias))
$proto_id = \taskman\config_get_id($file); throw new Exception("No valid header for config: $file");
return $proto_id; return $proto_id;
} }