Skip to content

Commit 524e026

Browse files
committed
adminlog fix
1 parent 43e87ed commit 524e026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/site/models/AdminActionLog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getRouteInfo()
5454

5555
public function getLogData()
5656
{
57-
$log_data = $this->getData('log_data');
58-
var_dump($log_data);
57+
$log_data = unserialize($this->getData('log_data'));
58+
return $log_data;
5959
}
6060
}

0 commit comments

Comments
 (0)