Multisite broken since version 3.0
-
On multisite installations, like 28 of the main plugin file calls self outside of a class context which causes a php fatal.
Version 2 was absolutely fine.
I guess this code was meant to live inside the init method and use “$this” rather than “self::”.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multisite broken since version 3.0’ is closed to new replies.