Should work with at least Vanilla 1.1.5 as included library/People/People.Control.Leave.php was last changed in this update. May work with older versions too. But this is untested.
Should work with at least Vanilla 1.1.5 as included library/People/People.Control.Leave.php was last changed in this update. May work with older versions too. But this is untested.
If you're setting $GuestSignIn_Welcome, this extension will crash if $Panel is not set. This will hapen on sign out. Line 67 should be changed into
if (isset($GuestSignIn_Welcome, $Panel)) {
to avoid this.
If you're setting $GuestSignIn_Welcome, this extension will crash if $Panel is not set. This will hapen on sign out. Line 67 should be changed into
if (isset($GuestSignIn_Welcome, $Panel)) {
to avoid this.