From ec50a59f75f8799b50d178ce4c7e8f4a14906874 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 7 Feb 2013 21:17:08 +0000 Subject: replaced page_messages.php with a function to call git-svn-id: http://piwigo.org/svn/trunk@20609 68402e56-0260-453c-a942-63ccdbb3a9ee --- tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tags.php') diff --git a/tags.php b/tags.php index 7e54bfaac..2a7a0d83b 100644 --- a/tags.php +++ b/tags.php @@ -203,7 +203,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('theTagsPage', $themeconf['h include(PHPWG_ROOT_PATH.'include/page_header.php'); trigger_action('loc_end_tags'); -include(PHPWG_ROOT_PATH.'include/page_messages.php'); +flush_page_messages(); $template->pparse('tags'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> \ No newline at end of file -- cgit v1.2.3