Fixed bug in WML (using value instead of equals in [if]), fixes bug 9398
This commit is contained in:
parent
b98c61e3cc
commit
d0b6a42161
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ find_vacant=yes
|
|||
[if]
|
||||
[variable]
|
||||
name=key
|
||||
value=yes
|
||||
equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
|
|
Loading…
Add table
Reference in a new issue