mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
- some code refactoring before upgrade to utf (only cosmetic at this point...)
git-svn-id: http://piwigo.org/svn/trunk@2126 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -36,7 +36,7 @@ class NormalAddIndex extends AddIndex
|
||||
if (in_array($page, array('advanced_feature', 'site_manager')))
|
||||
{
|
||||
$help_content =
|
||||
@file_get_contents(get_language_filepath('help/'.$page.'.html', $this->path));
|
||||
load_language('help/'.$page.'.html', $this->path, '', true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user