Skip to content

Commit

Permalink
Fix for 'create bundle' dialog failing to load
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed May 4, 2012
1 parent 90da3ff commit 7b7392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/textmate/lib/textmate/bundle.rb
Expand Up @@ -40,7 +40,7 @@ def contact_name
end

def contact_email
BundleEditor.rot13(@plist["contactEmailRot13"])
BundleEditor.rot13(@plist["contactEmailRot13"] ||= "")
end

def description
Expand Down

0 comments on commit 7b7392b

Please sign in to comment.