mirror of
https://github.com/processwire/processwire.git
synced 2025-08-25 23:56:41 +02:00
Fix issue processwire/processwire-issues#548 WireLog::getLines method wasn't passing options array to FileLog::find
This commit is contained in:
@@ -30,7 +30,7 @@ $ukGridWidths = array(
|
||||
'40%' => '2-5',
|
||||
'34%' => '1-3',
|
||||
'33%' => '1-3',
|
||||
'32%' => '2-6',
|
||||
'32%' => '1-3',
|
||||
'30%' => '1-3',
|
||||
'25%' => '1-4',
|
||||
'20%' => '1-5',
|
||||
|
Reference in New Issue
Block a user