mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-17 05:48:49 +00:00
Removed no longer needed if() block.
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
249a8ac6fc
commit
4da670936d
1 changed files with 0 additions and 4 deletions
|
@ -40,10 +40,6 @@ function geocoordinates_resolve_item(array &$item)
|
|||
|
||||
$language = Config::get("geocoordinates", "language", "de");
|
||||
|
||||
if ($language == "") {
|
||||
$language = "de";
|
||||
}
|
||||
|
||||
$coords = explode(' ',$item["coord"]);
|
||||
|
||||
if (count($coords) < 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue