Review updates

Documentation and yet another use statement
This commit is contained in:
Adam Magness 2017-11-08 08:34:48 -05:00
commit aa13302bbc
3 changed files with 3 additions and 2 deletions

View file

@ -104,7 +104,7 @@ class Dfrn {
mail_post($a){
...
Friendica\DFRN::mail($item, $owner);
Friendica\Protocol\DFRN::mail($item, $owner);
...
}
```