]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #5920 from MrPetovan/bug/remove-password-from-register
[friendica.git] / boot.php
index 939c6829fce0acbe50c4e905b3673810b8abaf67..acbc737658c2a8d4aef307aee52092abc74c7008 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -647,7 +647,7 @@ function killme()
 /**
  * @brief Redirect to another URL and terminate this process.
  */
-function goaway($path)
+function goaway($path = '')
 {
        if (strstr(normalise_link($path), 'http://')) {
                $url = $path;