Fix little bug

pull/4746/head
Rodrigo Nascimento 9 years ago
parent 5bf01ced4e
commit 30df2a4b64
No known key found for this signature in database
GPG Key ID: 2C85B3AFE75D23F9
  1. 2
      packages/rocketchat-wordpress/common.coffee

@ -16,5 +16,5 @@ else
Meteor.startup ->
Tracker.autorun ->
if RocketChat.settings.get 'API_Wordpress_URL'
config.serverURL = value
config.serverURL = RocketChat.settings.get 'API_Wordpress_URL'
WordPress.configure config

Loading…
Cancel
Save