aboutsummaryrefslogtreecommitdiffstats
path: root/include/message.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-28 16:02:47 -0700
committerzotlabs <mike@macgirvin.com>2017-03-28 16:02:47 -0700
commitc5828fecc1fadb4db705bbf94edfa7ff873b491a (patch)
treeec4048698d2c263189fc9044d0a63d004417305a /include/message.php
parentd12b360e926c5df8da1639a5935fcd3e9236e4e3 (diff)
downloadvolse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.tar.gz
volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.tar.bz2
volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.zip
get rid of get_app()
Diffstat (limited to 'include/message.php')
-rw-r--r--include/message.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/message.php b/include/message.php
index bde07afd8..da3514184 100644
--- a/include/message.php
+++ b/include/message.php
@@ -13,10 +13,8 @@ function send_message($uid = 0, $recipient = '', $body = '', $subject = '', $rep
$ret = array('success' => false);
$is_reply = false;
- $a = get_app();
$observer_hash = get_observer_hash();
-
if($uid) {
$r = q("select * from channel where channel_id = %d limit 1",
intval($uid)