Committer: afedorov
LJSUP-11750: Error: Can't locate object method "_removee_relation_to_type_other" U trunk/cgi-bin/LJ/RelationService/MysqlAPI.pm
Modified: trunk/cgi-bin/LJ/RelationService/MysqlAPI.pm =================================================================== --- trunk/cgi-bin/LJ/RelationService/MysqlAPI.pm 2012-04-06 11:06:45 UTC (rev 21668) +++ trunk/cgi-bin/LJ/RelationService/MysqlAPI.pm 2012-04-06 11:57:44 UTC (rev 21669) @@ -259,7 +259,7 @@ if ( $type eq 'F' ) { return $class->_remove_relation_to_type_f($u, $friend); } else { - return $class->_removee_relation_to_type_other($u, $friend, $type); + return $class->_remove_relation_to_type_other($u, $friend, $type); } }