Opened 15 years ago
#42 new defect
Expand newsfeeds variables in other variables
Reported by: | eagle | Owned by: | eagle |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | innd | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
Reported by Julien ÉLIE <julien@…>:
In newsfeeds, it appears that variables are not expanded when used within other variables.
For instance:
$VAR1 = group.test $VAR2 = group.*,@$VAR1
If I feed a site with $VAR2, « group.test » is still sent to it.
It is not a problem of « @$ » since « $VAR1 = @group.test » or « $VAR1 = !group.test » leads to the same result with « $VAR2 = group.*,@VAR1 ».
Note: See
TracTickets for help on using
tickets.