Committer: nnikulochkina
LJSUP-12917: Add RESERVED and INCOMING tabs to user wallet pageU trunk/cgi-bin/LJ/Widget/Shop/View/Wallet.pm
Modified: trunk/cgi-bin/LJ/Widget/Shop/View/Wallet.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Shop/View/Wallet.pm 2012-08-15 13:49:42 UTC (rev 12474) +++ trunk/cgi-bin/LJ/Widget/Shop/View/Wallet.pm 2012-08-16 08:18:57 UTC (rev 12475) @@ -18,6 +18,16 @@ use constant PAGE_SIZE => 20; +sub need_res { + my $self = shift; + + LJ::need_res(qw( + )); + + return $self->SUPER::need_res(); + +} + sub get_page_params { my ($self) = @_;