mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Pages Plugin: hack for old Monstra - added
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
}
|
||||
|
||||
// Hack For old Monstra
|
||||
$child_page['access'] = (isset($current_page['access'])) ? $current_page['access'] : 'public' ;
|
||||
$child_page['access'] = (isset($child_page['access'])) ? $child_page['access'] : 'public' ;
|
||||
|
||||
// Check is child_parent -> request parent
|
||||
if ($c_p == $data[0]) {
|
||||
|
Reference in New Issue
Block a user