diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:04 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:04 +0000 |
| commit | 53e46ade8c180f1dd0802426bcea7a79ffe103b3 (patch) | |
| tree | 08295b874dae7118acb9d4f22503ad4dd4f5b1b4 /templates | |
| parent | 325708e3a980575488fc2a4035896d198e2906f3 (diff) | |
| download | calendar-53e46ade8c180f1dd0802426bcea7a79ffe103b3.tar.gz calendar-53e46ade8c180f1dd0802426bcea7a79ffe103b3.tar.bz2 calendar-53e46ade8c180f1dd0802426bcea7a79ffe103b3.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_calendar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_calendar.tpl b/templates/admin_calendar.tpl index e67068c..472840d 100644 --- a/templates/admin_calendar.tpl +++ b/templates/admin_calendar.tpl @@ -1,6 +1,6 @@ {strip} {if !$settings} - {assign var=settings value=$gBitSystemPrefs} + {assign var=settings value=$gBitSystem->getConfig('') {/if} {form legend="Calendar Settings"} |
