Move App to src
- Add `use Friendica\App;` wherever needed
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
// send a private message
|
||||
|
||||
use Friendica\App;
|
||||
|
||||
function send_message($recipient=0, $body='', $subject='', $replyto=''){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user