1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-09 14:47:04 +02:00

Pages Manager: page cloning problem #90 - fixed.

This commit is contained in:
Awilum
2013-02-01 21:42:19 +02:00
parent beda4326cb
commit 37d9d215c5

View File

@@ -322,7 +322,7 @@ class PagesAdmin extends Backend
'robots_index' => $robots_index, 'robots_index' => $robots_index,
'robots_follow'=> $robots_follow, 'robots_follow'=> $robots_follow,
'status' => Request::post('status'), 'status' => Request::post('status'),
'access' => Request::post('ascess'), 'access' => Request::post('access'),
'date' => $date, 'date' => $date,
'author' => $author))) { 'author' => $author))) {