Browse Source

Fixing bug with the logger

dev
Andy Meneely 12 years ago
parent
commit
3f7d375800
  1. 2
      lib/squib/input_helpers.rb

2
lib/squib/input_helpers.rb

@ -36,7 +36,7 @@ module Squib
opts[key.to_sym] ||= entry[key]
end
else
logger.warn "Layout entry #{opts[:layout]} does not exist."
Squib.logger.warn "Layout entry #{opts[:layout]} does not exist."
end
end
opts

Loading…
Cancel
Save