[livejournal] r22164: LJSUP-12466: Disable button Repost for O...
Committer: anazarov
LJSUP-12466: Disable button Repost for OpenId usersU trunk/cgi-bin/weblib.pl
Modified: trunk/cgi-bin/weblib.pl
===================================================================
--- trunk/cgi-bin/weblib.pl 2012-06-04 15:17:45 UTC (rev 22163)
+++ trunk/cgi-bin/weblib.pl 2012-06-05 07:18:39 UTC (rev 22164)
@@ -1101,7 +1101,7 @@
# args: req, post
# des-req: protocol request hash to build.
# des-post: entry_form POST contents.
-# returns: req
+ # returns: req
# </LJFUNC>
sub entry_form_decode
{
@@ -1534,6 +1534,7 @@
remote_can_track_threads => $remote && $remote->get_cap('track_thread'),
remote_is_suspended => $remote_is_suspended,
remote_is_maintainer => $remote_is_maintainer,
+ remote_is_identity => $remote && $remote->is_identity,
ctx_popup => $ctxpopup,
inbox_update_poll => $inbox_update_poll,
media_embed_enabled => $embeds_enabled,
