1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Pages Plugin: hack for old Monstra - added

This commit is contained in:
Awilum
2012-11-27 21:46:11 +02:00
parent 175c65d6e9
commit 1add16526d

View File

@@ -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]) {