mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 11:03:48 +00:00
Fix PR 770
This commit is contained in:
parent
3e7be22fd9
commit
6632ce40eb
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ function wppost_send(&$a,&$b) {
|
|||
return;
|
||||
}
|
||||
|
||||
$wp_username = XML::(PConfig::get($b['uid'], 'wppost', 'wp_username'));
|
||||
$wp_username = XML::escape(PConfig::get($b['uid'], 'wppost', 'wp_username'));
|
||||
$wp_password = XML::escape(PConfig::get($b['uid'], 'wppost',' wp_password'));
|
||||
$wp_blog = PConfig::get($b['uid'],'wppost','wp_blog');
|
||||
$wp_backlink_text = PConfig::get($b['uid'],'wppost','wp_backlink_text');
|
||||
|
|
Loading…
Reference in a new issue