[dev] bug in horde/lib/Share.php???
   
    Eric Rostetter
     
    eric.rostetter@physics.utexas.edu
       
    Tue,  1 Oct 2002 16:32:19 -0500
    
    
  
In horde/lib/Share.php at line 248 we have:
    function updateShare($share)
    {
        if (!is_a($group, 'CategoryObject_Share')) {
            return PEAR::raiseError('Shares must be CategoryObject_Share objects
or extend that class.');
        }
        return $this->_shares->updateCategoryData($share);
    }
$group is not defined here, no?  Should it be $share?
-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!