diff options
Diffstat (limited to 'admin/schema_inc.php')
| -rw-r--r-- | admin/schema_inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 4c32d0e..ef73154 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -33,5 +33,7 @@ $gBitInstaller->registerPackageInfo( RSS_PKG_NAME, array( ) ); // ### Default Preferences -// every package inserts it's own rss preference +$gBitInstaller->registerPreferences( RSS_PKG_NAME, array( + array( RSS_PKG_NAME, 'rssfeed_cache_time', 3600 ), +)); ?> |
