Fix ServerName load

This commit is contained in:
Romain Neutron
2012-04-11 14:35:56 +02:00
parent 96080dfd1a
commit a6ffc4f3ec

View File

@@ -98,6 +98,11 @@ class registry implements registryInterface
}
foreach ($rs as $row)
{
if(in_array($row['key'], array('GV_ServerName', 'GV_debug', 'GV_maintenance')))
{
continue;
}
switch ($row['type'])
{
case self::TYPE_BOOLEAN: