diff options
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/ConfigManager.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/config/ConfigManager.php b/application/config/ConfigManager.php index 82f4a368..124fedc2 100644 --- a/application/config/ConfigManager.php +++ b/application/config/ConfigManager.php | |||
@@ -319,6 +319,10 @@ class ConfigManager | |||
319 | $this->setEmpty('general.enabled_plugins', self::$DEFAULT_PLUGINS); | 319 | $this->setEmpty('general.enabled_plugins', self::$DEFAULT_PLUGINS); |
320 | $this->setEmpty('general.default_note_title', 'Note: '); | 320 | $this->setEmpty('general.default_note_title', 'Note: '); |
321 | 321 | ||
322 | $this->setEmpty('thumbnails.enabled', true); | ||
323 | $this->setEmpty('thumbnails.width', 120); | ||
324 | $this->setEmpty('thumbnails.height', 120); | ||
325 | |||
322 | $this->setEmpty('updates.check_updates', false); | 326 | $this->setEmpty('updates.check_updates', false); |
323 | $this->setEmpty('updates.check_updates_branch', 'stable'); | 327 | $this->setEmpty('updates.check_updates_branch', 'stable'); |
324 | $this->setEmpty('updates.check_updates_interval', 86400); | 328 | $this->setEmpty('updates.check_updates_interval', 86400); |