Skip to content

Commit

Permalink
Add page header to fix columns set page rendering
Browse files Browse the repository at this point in the history
Fixes #21398
  • Loading branch information
syncguru committed Aug 14, 2016
1 parent d430e28 commit 86efa5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manage_config_columns_set.php
Expand Up @@ -123,6 +123,8 @@

$t_redirect_url = $t_account_page ? 'account_manage_columns_page.php' : 'manage_config_columns_page.php';

layout_page_header();

layout_page_begin();

html_operation_successful( $t_redirect_url );
Expand Down

0 comments on commit 86efa5b

Please sign in to comment.