Skip to content

Commit

Permalink
FuelPHP 1.3 対応のための変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 7, 2012
1 parent 39ff20f commit 264071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-code/04/fuel_mvc/classes/controller/sampleafter.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Controller_SampleAfter extends Controller
public function after($response)
{
$response .= __METHOD__ . 'が実行されました。<br />';
return $response;
return parent::after($response);
}

public function action_index()
Expand Down

0 comments on commit 264071e

Please sign in to comment.