Portal Auth and Cursed Screech Updates

This commit is contained in:
sud0nick
2018-07-15 23:51:02 -04:00
parent ae53ba8ea1
commit 5189bc5bc3
76 changed files with 2585 additions and 5974 deletions

View File

@@ -11,10 +11,10 @@ class MyPortal extends Portal
// Check for other form data here
}
public function showSuccess()
public function onSuccess()
{
// Calls default success message
parent::showSuccess();
parent::onSuccess();
}
public function showError()