Removing non-working stuff
This commit is contained in:
parent
04179fcd26
commit
d079c79d50
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue