diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 21:12:26 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 21:12:26 +0000 |
| commit | a710c8d384f5dea6564e9e1f893b5c480add5b8d (patch) | |
| tree | 05f72a8fbb3bc51b3e794ce2f32f75f47f4adea8 /templates | |
| parent | 53e46ade8c180f1dd0802426bcea7a79ffe103b3 (diff) | |
| download | calendar-a710c8d384f5dea6564e9e1f893b5c480add5b8d.tar.gz calendar-a710c8d384f5dea6564e9e1f893b5c480add5b8d.tar.bz2 calendar-a710c8d384f5dea6564e9e1f893b5c480add5b8d.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 472840d..c9090f0 100644 --- a/templates/admin_calendar.tpl +++ b/templates/admin_calendar.tpl @@ -1,6 +1,6 @@ {strip} {if !$settings} - {assign var=settings value=$gBitSystem->getConfig('') + {assign var=settings value=$gBitSystem->mConfig} {/if} {form legend="Calendar Settings"} |
