diff options
Diffstat (limited to 'templates/contact.tpl')
| -rw-r--r-- | templates/contact.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contact.tpl b/templates/contact.tpl index c5081e9..4516aa1 100644 --- a/templates/contact.tpl +++ b/templates/contact.tpl @@ -8,7 +8,7 @@ {formfeedback hash=$feedback} {form legend="Send us a message"} - <input type="hidden" name="to" value="{$gBitSystemPrefs.contact_user|escape}" /> + <input type="hidden" name="to" value="{$gBitSystem->getConfig('contact_user')|escape}" /> <div class="row"> {formlabel label="Priority" for="priority"} |
