Example #1
0
function propagateFamilyTreeUnwatch(&$user, &$article)
{
    $ftp = new FamilyTreePropagator($article->getTitle());
    $ftp->propagateUnwatch($user->getID());
    return true;
}