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