Ignore:
Timestamp:
12/30/10 18:02:30 (13 years ago)
Author:
nanardon
Message:
  • get statistic about Chat request
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Chat/Cmd.pm

    r237 r238  
    2929sub end : Private { 
    3030    my ($self, $c ) = @_; 
     31     
     32    $c->forward('/chat/update_statistic', [ ($c->action =~ /([^\/]+)$/)[0] ]); 
     33 
    3134    my $reqspec = $c->req->arguments->[0]; 
    3235    $reqspec->{max_line} ||= 4; 
Note: See TracChangeset for help on using the changeset viewer.