mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 03:37:52 +02:00
Pages Plugin: hack for old Monstra - added
This commit is contained in:
@@ -113,7 +113,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Hack For old Monstra
|
// 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
|
// Check is child_parent -> request parent
|
||||||
if ($c_p == $data[0]) {
|
if ($c_p == $data[0]) {
|
||||||
|
Reference in New Issue
Block a user