Committer: vad
LJSUP-10147: Implement abstract interace for access to friends relationsU trunk/cgi-bin/LJ/RelationService/MysqlAPI.pm
Modified: trunk/cgi-bin/LJ/RelationService/MysqlAPI.pm =================================================================== --- trunk/cgi-bin/LJ/RelationService/MysqlAPI.pm 2011-11-09 07:15:09 UTC (rev 20509) +++ trunk/cgi-bin/LJ/RelationService/MysqlAPI.pm 2011-11-09 07:39:27 UTC (rev 20510) @@ -151,7 +151,7 @@ my $mode = $args{mode}; my $limit = $args{limit}; - my $nogearman = $args{nogearma} || 0; + my $nogearman = $args{nogearman} || 0; ## check cache first my $res = $class->_load_friend_friendof_uids_from_memcache($u, $mode, $limit);