From 856882fdbb9b9353c6d14f91129c670f837dd6c0 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 24 Jun 2006 17:10:36 +0000 Subject: merge from trunk r1399:1400 into branch 1.6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1401 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.inc.php') diff --git a/include/functions.inc.php b/include/functions.inc.php index 89bf29c0f..970f80786 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -847,7 +847,7 @@ function get_themeconf($key) { global $themeconf; - return $themeconf[$key]; + return isset($themeconf[$key]) ? $themeconf[$key] : ''; } /** -- cgit v1.2.3