diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-18 17:31:28 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-18 17:31:28 +0000 |
commit | ac1fb6798992c881e5997f1ae00a9924761918dd (patch) | |
tree | a363029e4c4d3cadb590fd86acc0849ae46c9573 /lib | |
parent | a158d5f941b5e5ee6bd53b627771c163b323ab12 (diff) |
utils: require 'hpricot' the second time, not 'htmlentities' again
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/core/utils/utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/core/utils/utils.rb b/lib/rbot/core/utils/utils.rb index 80f779e9..b9c213f2 100644 --- a/lib/rbot/core/utils/utils.rb +++ b/lib/rbot/core/utils/utils.rb @@ -304,7 +304,7 @@ rescue LoadError end begin - require 'htmlentities' + require 'hpricot' rescue LoadError gems = nil begin |