bugfix isempty...
This commit is contained in:
parent
d1eeaeead9
commit
a84c94e94b
|
@ -186,7 +186,7 @@ EOT;
|
||||||
{
|
{
|
||||||
if (is_bool($prefix) && !$prefix) {
|
if (is_bool($prefix) && !$prefix) {
|
||||||
$prefix = '';
|
$prefix = '';
|
||||||
} elseif (!empty($prefix)) {
|
} elseif (empty($prefix)) {
|
||||||
$prefix = hash('crc32', self::getApp()->get_hostname());
|
$prefix = hash('crc32', self::getApp()->get_hostname());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue