Skip to content

Commit

Permalink
bug 1603: encoding charset added at HTTP level for the "no photo yet"…
Browse files Browse the repository at this point in the history
… specific

page.

git-svn-id: http://piwigo.org/svn/trunk@5854 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Apr 14, 2010
1 parent 90253eb commit 44eae4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/no_photo_yet.inc.php
Expand Up @@ -57,6 +57,7 @@
}
}

header('Content-Type: text/html; charset='.get_pwg_charset());
$template->set_filenames(array('no_photo_yet'=>'no_photo_yet.tpl'));

if (is_admin())
Expand Down

0 comments on commit 44eae4a

Please sign in to comment.