Missing Method in UtentiController
Error: The action linkblu001 is not defined in controller UtentiController
Error: Create UtentiController::linkblu001() in file: agent/controllers/utenti_controller.php.
<?php
class UtentiController extends AppController {
var $name = 'Utenti';
function linkblu001() {
}
}
?>
Notice: If you want to customize this error message, create agent/views/errors/missing_action.ctp.
