Revize f5adf00c
Přidáno uživatelem Ondřej Fibich před asi 5 roky(ů)
application/models/config.php | ||
---|---|---|
from config
|
||
where name = ?
|
||
", $name);
|
||
|
||
return (!is_null($result) && count($result)) ? $result[0]->value : '';
|
||
}
|
||
catch (Kohana_Database_Exception $e)
|
||
{
|
||
$result = NULL;
|
||
return '';
|
||
}
|
||
|
||
return (count($result)) ? $result[0]->value : '';
|
||
}
|
||
|
||
/**
|
Také k dispozici: Unified diff
Fixes #1124: Creating roaming link is not working on PHP 7.3
Conflicts:
application/controllers/links.php