Skip to content

Commit

Permalink
Config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmk committed Dec 12, 2013
1 parent cc44da0 commit 0068f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PluginFeedback.class.php
Expand Up @@ -49,7 +49,7 @@ public function Init() {
/**
* Загружаем конфиг
*/
Config::Set('plugin.feedback',$this->PluginFeedback_Feedback_GetSettings());
Config::Set('plugin.feedback',func_array_merge_assoc(Config::Get('plugin.feedback'), $this->PluginFeedback_Feedback_GetSettings()));
/**
* Подключаем CSS
*/
Expand Down

0 comments on commit 0068f44

Please sign in to comment.