sforkowany z mirror/friendica
bugfix isempty...
rodzic
d1eeaeead9
commit
a84c94e94b
|
@ -186,7 +186,7 @@ EOT;
|
|||
{
|
||||
if (is_bool($prefix) && !$prefix) {
|
||||
$prefix = '';
|
||||
} elseif (!empty($prefix)) {
|
||||
} elseif (empty($prefix)) {
|
||||
$prefix = hash('crc32', self::getApp()->get_hostname());
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue