empty is not isset ...
This commit is contained in:
parent
8c2258dd2e
commit
d1eeaeead9
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ EOT;
|
||||||
{
|
{
|
||||||
if (is_bool($prefix) && !$prefix) {
|
if (is_bool($prefix) && !$prefix) {
|
||||||
$prefix = '';
|
$prefix = '';
|
||||||
} elseif (!isset($prefix)) {
|
} elseif (!empty($prefix)) {
|
||||||
$prefix = hash('crc32', self::getApp()->get_hostname());
|
$prefix = hash('crc32', self::getApp()->get_hostname());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue