diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-10-25 09:37:51 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-10-25 09:40:06 +0200 |
| commit | 8aedacd24fd06fb4c1f177703727760c07ad9108 (patch) | |
| tree | 5df925b2c60fa51d9cd78f7165c82c68c4462918 /lib/models/SimpleORMapCollection.class.php | |
| parent | 2203df683f50015cacca71dd452848fdccd25215 (diff) | |
fix Course::getDatesWithExDates() in the wake of the changes in #4758, re #4758
Diffstat (limited to 'lib/models/SimpleORMapCollection.class.php')
| -rw-r--r-- | lib/models/SimpleORMapCollection.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/models/SimpleORMapCollection.class.php b/lib/models/SimpleORMapCollection.class.php index f06ee17..8575847 100644 --- a/lib/models/SimpleORMapCollection.class.php +++ b/lib/models/SimpleORMapCollection.class.php @@ -237,7 +237,6 @@ class SimpleORMapCollection extends SimpleCollection */ public function merge(SimpleCollection $a_collection, string $mode = 'ignore') { - $mode = func_get_arg(1); foreach ($a_collection as $element) { try { /** |
