1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 12:10:45 +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:
Ryan Cramer
2018-05-08 08:09:13 -04:00
parent 211cf78403
commit 5127be3b35

View File

@@ -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',