diff options
author | DM42.Net Zap Dev <zapdev@dm42.net> | 2019-08-19 23:13:19 -0400 |
---|---|---|
committer | DM42.Net Zap Dev <zapdev@dm42.net> | 2019-08-19 23:13:19 -0400 |
commit | e800e2db2b6149cb1a3d32bb111fc23eb8bcc2c4 (patch) | |
tree | baed15a7a0e5ad533c62cf6c8d7654d7685640e4 /Zotlabs/Daemon/Master.php | |
parent | e5539c0d01c1be0b9235aee4aec38f7860cc6959 (diff) | |
download | volse-hubzilla-e800e2db2b6149cb1a3d32bb111fc23eb8bcc2c4.tar.gz volse-hubzilla-e800e2db2b6149cb1a3d32bb111fc23eb8bcc2c4.tar.bz2 volse-hubzilla-e800e2db2b6149cb1a3d32bb111fc23eb8bcc2c4.zip |
Return in the case of further processing
Diffstat (limited to 'Zotlabs/Daemon/Master.php')
-rw-r--r-- | Zotlabs/Daemon/Master.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Master.php b/Zotlabs/Daemon/Master.php index 67a3acc0a..8c3a7e570 100644 --- a/Zotlabs/Daemon/Master.php +++ b/Zotlabs/Daemon/Master.php @@ -9,7 +9,7 @@ if(array_search( __file__ , get_included_files()) === 0) { if($argc) Master::Release($argc,$argv); - killme(); + return; } |