diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:15 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:15 +0000 |
| commit | af9d53573798e27b8d8656fb64fe28acec79936c (patch) | |
| tree | 4ab468e506d73f634ea8c3f28abf65f312cfb722 /templates/contact.tpl | |
| parent | 740e0453681c04e9a4caafa36c912b39234aa1f1 (diff) | |
| download | messages-af9d53573798e27b8d8656fb64fe28acec79936c.tar.gz messages-af9d53573798e27b8d8656fb64fe28acec79936c.tar.bz2 messages-af9d53573798e27b8d8656fb64fe28acec79936c.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
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"} |
