]> git.mxchange.org Git - friendica-addons.git/blobdiff - ljpost/ljpost.php
corrections, minor alterations
[friendica-addons.git] / ljpost / ljpost.php
index 717b77c19f0e3fe0b06fabc15607dc68fdaa3723..ddcd28907f1fe5ec3a4aa2c3f204f2b2d508f21c 100755 (executable)
@@ -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))