Remove @todo comment that has been implemented
This commit is contained in:
parent
12f33b6853
commit
958dbc7092
@ -26,9 +26,6 @@ class AdminController extends Controller
|
|||||||
return ! Session::get('orig_user');
|
return ! Session::get('orig_user');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @todo Change the background color (or something) so we know we are switched
|
|
||||||
*/
|
|
||||||
public function user_switch_start($id)
|
public function user_switch_start($id)
|
||||||
{
|
{
|
||||||
if ($this->switch_session() AND $this->switch_authorised($id))
|
if ($this->switch_session() AND $this->switch_authorised($id))
|
||||||
|
Loading…
Reference in New Issue
Block a user