mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-01-16 04:15:17 +01:00
Fix spelling of LoadsDeferred
This commit is contained in:
@@ -65,8 +65,9 @@ class DataController
|
|||||||
$this->encodeData($this->input['format'], $data);
|
$this->encodeData($this->input['format'], $data);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
if (\Config::get('debugMode') || \Config::get('displayErrors')) {
|
if (\Config::get('debugMode') || \Config::get('displayErrors')) {
|
||||||
throw $e;
|
|
||||||
}
|
}
|
||||||
|
throw $e;
|
||||||
$error = true;
|
$error = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user