- Issue created by @tstoeckler
- Merge request !73Issue #3541381: Avoid exception in l10n_server_cron() if there are no connectors → (Open) created by tstoeckler
If no connector is enabled l10n_server_cron()
fails with an exception.
Avoid calling methods on the possibly undefined $connector
variable. The result is unused anyway, so this does not change any behavior.
-
-
-
Active
3.0
Code