Upgrade to 3.7.0
This commit is contained in:
2
kirby/src/Cms/Picker.php
Normal file → Executable file
2
kirby/src/Cms/Picker.php
Normal file → Executable file
@@ -61,7 +61,7 @@ abstract class Picker
|
||||
// optional mapping function for the result array
|
||||
'map' => null,
|
||||
// the reference model
|
||||
'model' => site(),
|
||||
'model' => App::instance()->site(),
|
||||
// current page when paginating
|
||||
'page' => 1,
|
||||
// a query string to fetch specific items
|
||||
|
||||
Reference in New Issue
Block a user