mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 02:29:21 +02:00
[ticket/13661] Re-Fixed $log_type -> $log_time
Thanks to goof for pointing it out... PHPBB3-13661
This commit is contained in:
parent
d53b584c9a
commit
c7cc8a098e
@ -535,7 +535,7 @@ class log implements \phpbb\log\log_interface
|
||||
'ORDER_BY' => $sort_by,
|
||||
);
|
||||
|
||||
if($log_type){
|
||||
if($log_time){
|
||||
$get_logs_sql_ary['WHERE'] = 'l.log_time >= ' . (int) $log_time . '
|
||||
AND ' . $get_logs_sql_ary['WHERE'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user