mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 20:11:46 +02:00
Fix issue processwire/processwire-issues#587 where "Pages > Recent > Created" dropdown was showing pages created by user rather than all users.
This commit is contained in:
@@ -50,7 +50,7 @@ class ProcessRecentPages extends Process {
|
||||
'url' => '?added=1',
|
||||
'label' => 'Created',
|
||||
'icon' => 'users',
|
||||
'navJSON' => 'navJSON/?added=1&me=1',
|
||||
'navJSON' => 'navJSON/?added=1',
|
||||
),
|
||||
array(
|
||||
'url' => '?edited=1&me=1',
|
||||
|
Reference in New Issue
Block a user