Error: The action correction is not defined in controller VideosController
Error: Create VideosController::correction() in file: app/controllers/videos_controller.php.
<?php
class VideosController extends AppController {
var $name = 'Videos';
function correction() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.