mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
corrections, minor alterations
This commit is contained in:
parent
f26c87aaea
commit
3d38180d8f
4 changed files with 52 additions and 84 deletions
|
@ -165,6 +165,8 @@ function ljpost_send(&$a,&$b) {
|
|||
$lj_username = xmlify(get_pconfig($b['uid'],'ljpost','lj_username'));
|
||||
$lj_password = xmlify(get_pconfig($b['uid'],'ljpost','lj_password'));
|
||||
$lj_journal = xmlify(get_pconfig($b['uid'],'ljpost','lj_journal'));
|
||||
// if(! $lj_journal)
|
||||
// $lj_journal = $lj_username;
|
||||
|
||||
$lj_blog = xmlify(get_pconfig($b['uid'],'ljpost','lj_blog'));
|
||||
if(! strlen($lj_blog))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue