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:
parent
90253ebf73
commit
44eae4ae16
1 changed files with 1 additions and 0 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue