diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-02-07 21:17:08 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-02-07 21:17:08 +0000 |
commit | ec50a59f75f8799b50d178ce4c7e8f4a14906874 (patch) | |
tree | 1cebab2ab3038d5fdf1459ba97db1da645959e11 /register.php | |
parent | e86d61a4d222ae36be05a9fc8cc955d9cde332cc (diff) |
replaced page_messages.php with a function to call
git-svn-id: http://piwigo.org/svn/trunk@20609 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'register.php')
-rw-r--r-- | register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/register.php b/register.php index 183d4f9b1..dfc5ac487 100644 --- a/register.php +++ b/register.php @@ -131,7 +131,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('theRegisterPage', $themecon include(PHPWG_ROOT_PATH.'include/page_header.php'); trigger_action('loc_end_register'); -include(PHPWG_ROOT_PATH.'include/page_messages.php'); +flush_page_messages(); $template->parse('register'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> |