mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Merge pull request #4404 from mbajur/master
Add missing fat arrow in bbcode_to_md method rescue block
This commit is contained in:
commit
f27187c9e2
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module ImportScripts::PhpBB3
|
|||
def bbcode_to_md(text)
|
||||
begin
|
||||
text.bbcode_to_md(false)
|
||||
rescue e
|
||||
rescue => e
|
||||
puts "Problem converting \n#{text}\n using ruby-bbcode-to-md"
|
||||
text
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue