Remove @todo comment that has been implemented

This commit is contained in:
Deon George 2020-07-10 09:43:40 +10:00
parent 12f33b6853
commit 958dbc7092
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ class AdminController extends Controller
return ! Session::get('orig_user');
}
/**
* @todo Change the background color (or something) so we know we are switched
*/
public function user_switch_start($id)
{
if ($this->switch_session() AND $this->switch_authorised($id))