Show
Ignore:
Timestamp:
10/01/08 17:35:19 (3 months ago)
Author:
kenji
Message:

Refactoring Follow/Remove

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/codeigniter/trunk/system/application/controllers/status.php

    r20315 r20373  
    1414        } 
    1515 
     16        // Ajax つぶやき投稿の受信 
    1617        function update() 
    1718        { 
     
    2122                // CSRF チェック 
    2223                $ticket = $this->session->flashdata('ticket'); 
    23  
    2424                if ( ! $this->input->post('ticket')  
    2525                        || $this->input->post('ticket') !== $ticket)