|
@@ -953,7 +953,7 @@ class User extends Controller
|
|
|
public function pullAccessLogs()
|
|
|
{
|
|
|
$path = $this->request->param('path','');
|
|
|
- $ip = strval($this->request->param('path','ip'));
|
|
|
+ $ip = strval($this->request->param('ip',''));
|
|
|
|
|
|
$from = $this->request->param('from');
|
|
|
$to = $this->request->param('to');
|