Fix for #551 (visibility toggle on new page not working)

This commit is contained in:
Andy Miller
2016-05-03 10:35:11 -06:00
parent 53673e7d5d
commit a4b50437fd
2 changed files with 4 additions and 0 deletions

View File

@@ -767,6 +767,9 @@ class Admin
}
}
}
if ($data['visible'] == 1 && !$page->order()) {
$header['visible'] = $data['visible'];
}
}