From 5a6298548b194e0987cdccc8a11b04efa8c9fd61 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 20 Aug 2008 00:35:22 +0000 Subject: - local.lang is loaded without fallback on default language or PHPWG_DEFAULT_LANGUAGE (needed to change the signature of load_language which became a little too big) - move a function from functions.inc.php to functions_picture.inc.php (included only when necessary) - removed some css (not as much as I wanted) git-svn-id: http://piwigo.org/svn/trunk@2479 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/add_index/main.normal.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/add_index/main.normal.inc.php') diff --git a/plugins/add_index/main.normal.inc.php b/plugins/add_index/main.normal.inc.php index 6f43c6e40..3a0592b92 100644 --- a/plugins/add_index/main.normal.inc.php +++ b/plugins/add_index/main.normal.inc.php @@ -33,7 +33,7 @@ class NormalAddIndex extends AddIndex if (in_array($page, array('advanced_feature', 'site_manager'))) { $help_content = - load_language('help/'.$page.'.html', $this->path, '', true); + load_language('help/'.$page.'.html', $this->path, array('return'=>true) ); } else { -- cgit v1.2.3