Normalize App parameter declaration (mod folder, 1 out of 3)
This commit is contained in:
@@ -22,7 +22,7 @@ require_once('include/enotify.php');
|
||||
require_once('include/group.php');
|
||||
require_once('include/Probe.php');
|
||||
|
||||
function dfrn_confirm_post(&$a,$handsfree = null) {
|
||||
function dfrn_confirm_post(App $a, $handsfree = null) {
|
||||
|
||||
if(is_array($handsfree)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user