Committer: ailyin
LJSUP-8607 (Identity account can not answer to question of the day if he has not entered into any community)U trunk/htdocs/update.bml
Modified: trunk/htdocs/update.bml =================================================================== --- trunk/htdocs/update.bml 2011-04-18 02:53:11 UTC (rev 18891) +++ trunk/htdocs/update.bml 2011-04-18 03:38:48 UTC (rev 18892) @@ -63,7 +63,7 @@ my @posting_access = $remote->posting_access_list; if ( $remote->is_identity && scalar(@posting_access) == 0 - && ! LJ::Request->get_param('usejournal') ) + && ! $usejournalu ) { $$title = $ML{'Sorry'}; $$body = BML::ml('.error.nonusercantpost', {'sitename' => $LJ::SITENAME});