needsToLogin()) { $message = 'Springbot has been installed successfully. ' . 'Click here to login. ' . 'You can turn off Springbot notifications in ' . 'Springbot configuration.' ; return array('message' => $message, 'type' => 'success'); } } } catch (Exception $e) { Springbot_Log::error($e); } return false; } }