mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
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:
@@ -847,7 +847,7 @@ function get_themeconf($key)
|
||||
{
|
||||
global $themeconf;
|
||||
|
||||
return $themeconf[$key];
|
||||
return isset($themeconf[$key]) ? $themeconf[$key] : '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user