From 44eae4ae169a14d0e419835c3871bfeda47c1b41 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 14 Apr 2010 21:39:02 +0000 Subject: bug 1603: encoding charset added at HTTP level for the "no photo yet" specific page. git-svn-id: http://piwigo.org/svn/trunk@5854 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/no_photo_yet.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/no_photo_yet.inc.php b/include/no_photo_yet.inc.php index 5f885cbf2..08d6549d9 100644 --- a/include/no_photo_yet.inc.php +++ b/include/no_photo_yet.inc.php @@ -57,6 +57,7 @@ SELECT } } + header('Content-Type: text/html; charset='.get_pwg_charset()); $template->set_filenames(array('no_photo_yet'=>'no_photo_yet.tpl')); if (is_admin()) -- cgit v1.2.3