diff options
author | friendica <info@friendica.com> | 2012-11-16 16:13:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-16 16:13:02 -0800 |
commit | 011ca56e93eae186667adbf9957a82115e5f762e (patch) | |
tree | 787603e091f2f53b342e090db2699bfcd77d4b52 /include/delivery.php | |
parent | 95e08413b20f139a0d01d990ba8cc963be05c24b (diff) | |
download | volse-hubzilla-011ca56e93eae186667adbf9957a82115e5f762e.tar.gz volse-hubzilla-011ca56e93eae186667adbf9957a82115e5f762e.tar.bz2 volse-hubzilla-011ca56e93eae186667adbf9957a82115e5f762e.zip |
remove include/salmon
Diffstat (limited to 'include/delivery.php')
-rw-r--r-- | include/delivery.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delivery.php b/include/delivery.php index ed624e79f..89511bfa2 100644 --- a/include/delivery.php +++ b/include/delivery.php @@ -210,7 +210,6 @@ function delivery_run($argv, $argc){ logger('notifier: slaps: ' . print_r($slaps,true), LOGGER_DATA); - require_once('include/salmon.php'); if($contact['self']) continue; |