mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix ServerName load
This commit is contained in:
@@ -98,6 +98,11 @@ class registry implements registryInterface
|
|||||||
}
|
}
|
||||||
foreach ($rs as $row)
|
foreach ($rs as $row)
|
||||||
{
|
{
|
||||||
|
if(in_array($row['key'], array('GV_ServerName', 'GV_debug', 'GV_maintenance')))
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
switch ($row['type'])
|
switch ($row['type'])
|
||||||
{
|
{
|
||||||
case self::TYPE_BOOLEAN:
|
case self::TYPE_BOOLEAN:
|
||||||
|
Reference in New Issue
Block a user