Missing Method in UsersController

Error: The action admin_img is not defined in controller UsersController

Error: Create UsersController::admin_img() in file: app/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function admin_img() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.

(default) 2 queries took 0 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `users`12120
2DESCRIBE `groups`440