mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 20:57:49 +02:00
Pages Plugin: remove depracated function - fix Fatal Error
This commit is contained in:
@@ -371,7 +371,7 @@
|
||||
|
||||
if (Request::post('pages')) {
|
||||
// Get pages parent
|
||||
if (post('pages') == '-none-') {
|
||||
if (Request::post('pages') == '-none-') {
|
||||
$parent_page = '';
|
||||
} else {
|
||||
$parent_page = Request::post('pages');
|
||||
|
Reference in New Issue
Block a user