Committer: sbelyaev
LJSUP-10136: "Replace sticky post" always show on update.bml pageU trunk/cgi-bin/ljprotocol.pl
Modified: trunk/cgi-bin/ljprotocol.pl =================================================================== --- trunk/cgi-bin/ljprotocol.pl 2011-10-14 06:47:09 UTC (rev 20312) +++ trunk/cgi-bin/ljprotocol.pl 2011-10-14 07:21:38 UTC (rev 20313) @@ -2782,7 +2782,7 @@ }; if ( $itemid == $uowner->get_sticky_entry() ) { - $u->remove_sticky(); + $uowner->remove_sticky(); } return $res;