mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
e470b27b41
This fixes a bug which caused '{{#unless var}}' to act the same as '{{#if true}}' because 'unless' was transforming the conditional value to 'undefined'.