Skip to content

Commit

Permalink
Bugfix (#150)
Browse files Browse the repository at this point in the history
* Namespace-Fehler bereinigt

* Unnötigen Kommentar gelöscht
  • Loading branch information
christophboecker authored Feb 17, 2024
1 parent b45f8d0 commit 38a669d
Show file tree
Hide file tree
Showing 8 changed files with 1,203 additions and 1,198 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 25.06.2023 2.1.3

- BugFix:
- Fehler in der Namespace-Unterstützung (Dateistruktur, Cronjob-Registrierung) bereinigt.

## 25.06.2023 2.1.2

- BugFix:
Expand Down
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}

// Start of Cronjob
rex_cronjob_manager::registerType('FriendsOfRedaxo\\Geolocation\\Cronjob');
rex_cronjob_manager::registerType(Cronjob::class);

// if BE: activate JS and CSS
if (rex::isBackend()) {
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 38a669d

Please sign in to comment.