Committer: wisest-owl
LJSUP-8713.U branches/fotki/bin/upgrading/en.dat U branches/fotki/cgi-bin/Apache/LiveJournal.pm
Modified: branches/fotki/bin/upgrading/en.dat =================================================================== --- branches/fotki/bin/upgrading/en.dat 2011-07-29 06:59:44 UTC (rev 19544) +++ branches/fotki/bin/upgrading/en.dat 2011-07-29 09:04:11 UTC (rev 19545) @@ -2642,6 +2642,8 @@ fotki.album.albums_of=albums of +fotki.album.default_album_name=Unsorted + fotki.album.edit.save=Save fotki.album.edit.cancel=Cancel Modified: branches/fotki/cgi-bin/Apache/LiveJournal.pm =================================================================== --- branches/fotki/cgi-bin/Apache/LiveJournal.pm 2011-07-29 06:59:44 UTC (rev 19544) +++ branches/fotki/cgi-bin/Apache/LiveJournal.pm 2011-07-29 09:04:11 UTC (rev 19545) @@ -650,6 +650,7 @@ return LJ::Request::FORBIDDEN; } + LJ::set_remote ($u) unless $remote; $remote = LJ::get_remote(); unless ($remote && $remote->is_mutual_friend($comm)) { LJ::Request->pnotes ('error' => 'members');