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
This commit is contained in:
plegall 2010-04-14 21:39:02 +00:00
commit 44eae4ae16

View file

@ -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())