- Issue created by @SiliconValet
- ๐บ๐ธUnited States SiliconValet
Patch to address "Call to a member function isAuthenticated() on null"
- if ($node->getOwner()->isAuthenticated()) {
+ if ($node->getOwner() && $node->getOwner()->isAuthenticated()) { - ๐ฎ๐ณIndia abhishek_virasat
abhishek_gupta1 โ made their first commit to this issueโs fork.
- last update
11 months ago 12 pass - Status changed to RTBC
11 months ago 7:08am 6 February 2024 - last update
11 months ago 12 pass - ๐ฎ๐ณIndia abhishek_virasat
i applied Patch #2. its working for me. also created MR.
- First commit to issue fork.
-
doxigo โ
committed 22924fff on 2.0.x authored by
abhishek_gupta1 โ
Issue #3418933: Call to a member function isAuthenticated() on null
-
doxigo โ
committed 22924fff on 2.0.x authored by
abhishek_gupta1 โ
- Status changed to Fixed
4 months ago 7:15am 16 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.