Fixes #3749 - #3751
Fixes #3749#3751
Conversation
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
|
Again, when entering "Post Event" got 2 errors:
No more errors after publishing the Event |
|
That's after you changed the following? Subs.php, line 5030: to I ask because once that change has been made, the array_mulitsort() gets bumped down from line 5035 to line 5036. |
|
Yes |
|
But once that change has been made, the error message about array_multisort() should mention line 5036, not line 5035. |
|
My bad, I accidentally removed line 5032. Now the error is in line 5036. |
|
Okay, that makes more sense. If line 5032 was missing, then array_multisort would definitely complain, since |
|
Okay, @Sesquipedalian my fault again, I wrote $offset instead of $offsets (heh) Now that error is gone, but this one is still happening: "Only variables should be passed by reference" Subs.php Line 5030 |
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
|
Done, great job 👍 |
That's because I moved the entire EDIT: Ninja'd |
|
Alright, just a question. When I enter to Post Event and check the "All Day" box everything is fine, but after clicking "Post", it redirects me to the board where I want to publish the event and the "All Day" box is unchecked. Is this the expected behaviour? Or it should remain checked? |
|
That's an oversight. It can probably be fixed fairly easily. Please file a new bug report for it. |

No description provided.