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:37:51 +0200 |
| commit | c2a4da64dcbb8db4df4419ac7a3f683dd1cdcbe9 (patch) | |
| tree | f24fe5d3cb19da2a665402d29159d7fb2354d412 /lib/classes/SimpleORMapCollection.php | |
| parent | 04aedd8af97a2125f6deac773166d45c2983f45d (diff) | |
fix Course::getDatesWithExDates() in the wake of the changes in #4758, re #4758
Diffstat (limited to 'lib/classes/SimpleORMapCollection.php')
| -rw-r--r-- | lib/classes/SimpleORMapCollection.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/classes/SimpleORMapCollection.php b/lib/classes/SimpleORMapCollection.php index 20162e5..f437084 100644 --- a/lib/classes/SimpleORMapCollection.php +++ b/lib/classes/SimpleORMapCollection.php @@ -234,7 +234,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 { /** |
