]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Remove/replace killme() with *exit()
[friendica.git] / mod / profiles.php
index 70917d7df8ff019cba3e0e10b1ee202e4ad5b055..b30739b30459acf29119b96d94744d42480b775c 100644 (file)
@@ -117,7 +117,7 @@ function profiles_init(App $a) {
                );
                if(! DBA::isResult($r1)) {
                        notice(L10n::t('Profile unavailable to clone.') . EOL);
-                       killme();
+                       exit();
                        return;
                }
                unset($r1[0]['id']);
@@ -150,7 +150,7 @@ function profiles_init(App $a) {
                );
                if (! DBA::isResult($r)) {
                        notice(L10n::t('Profile not found.') . EOL);
-                       killme();
+                       exit();
                        return;
                }