In template.php, the page_process hook has a switch case asking for what seems to be the wrong variable:
Line 237

<?php
case 'seed_messages':
        if ($seed['show_messages']) {
?>

Inspecting with Devel, seems to be a different name:

<?php
case 'seed_messages':
        if ($seed['messages_as_block']) {
?>

Comments

hachesilva’s picture

Priority: Normal » Minor
Status: Active » Closed (works as designed)

Nvm, found that show_messages was being set in preprocess_page hook. Sorry