diff --git a/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All b/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All index f8b1329..cc338b9 100644 --- a/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All +++ b/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All @@ -25,6 +25,18 @@ $data->{'core.log'} = { } }; +$data->{'core.notifications'} = { + 'UNIQUE_FEED_INSTANCE' => { + 'instance_name' => 'feed.sql', + 'group_switch_value' => 'feed.sql', + 'SQL_DRIVER' => { + 'group_switch_value' => 'core', + 'core_driver' => 'core' + } + }, + 'USER_EVENTS' => '1' +}; + $OUT = serialize($data); }