Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: xmlify the login credentials - just in case * master:
This commit is contained in:
commit
47429a3b58
2 changed files with 2 additions and 2 deletions
BIN
wppost.tgz
BIN
wppost.tgz
Binary file not shown.
|
@ -161,8 +161,8 @@ function wppost_send(&$a,&$b) {
|
|||
return;
|
||||
|
||||
|
||||
$wp_username = get_pconfig($b['uid'],'wppost','wp_username');
|
||||
$wp_password = get_pconfig($b['uid'],'wppost','wp_password');
|
||||
$wp_username = xmlify(get_pconfig($b['uid'],'wppost','wp_username'));
|
||||
$wp_password = xmlify(get_pconfig($b['uid'],'wppost','wp_password'));
|
||||
$wp_blog = get_pconfig($b['uid'],'wppost','wp_blog');
|
||||
|
||||
if($wp_username && $wp_password && $wp_blog) {
|
||||
|
|
Loading…
Reference in a new issue