@@ -50,7 +50,7 class SettingsController < ApplicationController | |||||
50 | flash[:notice] = l(:notice_successful_update) |
|
50 | flash[:notice] = l(:notice_successful_update) | |
51 | redirect_to :action => 'plugin', :id => params[:id] |
|
51 | redirect_to :action => 'plugin', :id => params[:id] | |
52 | end |
|
52 | end | |
53 |
@partial = |
|
53 | @partial = @plugin.settings[:partial] | |
54 | @settings = Setting["plugin_#{plugin_id}"] |
|
54 | @settings = Setting["plugin_#{plugin_id}"] | |
55 | end |
|
55 | end | |
56 | end |
|
56 | end |
General Comments 0
You need to be logged in to leave comments.
Login now