src Standards
This basically completes coding standards changes for the entire src directory, with the exception of App.php
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ function new_contact($uid, $url, $interactive = false, $network = '') {
|
||||
}
|
||||
|
||||
if ($contact['network'] == NETWORK_DIASPORA) {
|
||||
$ret = Diaspora::send_share($a->user,$contact);
|
||||
$ret = Diaspora::sendShare($a->user, $contact);
|
||||
logger('share returns: '.$ret);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user