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
This commit is contained in:
chrisaga
2006-06-24 17:10:36 +00:00
parent 03a5844cee
commit 856882fdbb
+1 -1
View File
@@ -847,7 +847,7 @@ function get_themeconf($key)
{
global $themeconf;
return $themeconf[$key];
return isset($themeconf[$key]) ? $themeconf[$key] : '';
}
/**