[yast-commit] <web-client> master : checking value
ref: refs/heads/master commit 687fefcb141868a6f4af8f0994f48e76fe83f9f1 Author: Stefan Schubert <schubi@suse.de> Date: Thu Nov 19 13:17:41 2009 +0100 checking value --- .../status/app/controllers/status_controller.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/plugins/status/app/controllers/status_controller.rb b/plugins/status/app/controllers/status_controller.rb index ca521b8..1202af1 100644 --- a/plugins/status/app/controllers/status_controller.rb +++ b/plugins/status/app/controllers/status_controller.rb @@ -157,6 +157,7 @@ class StatusController < ApplicationController begin log = YaST::ServiceResource.proxy_for('org.opensuse.yast.system.logs') @logs = log.find(:all) + @logs ||= {} flash[:notice] = _("No data found for showing system status.") unless create_data limits_reached logger.debug "limits reached for #{@limits_list[:reached].inspect}" -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Stefan Schubert