Re: Bug in CVSLib/Directory.php:38
"Jay Freeman (saurik)" <[email protected]>
| Newsgroups | gmane.comp.horde.chora |
|---|---|
| Message-ID | <027e01c36e0b$396064a0$fb590644@cruiser> |
Yeah, I noticed that earlier today and was rolling it into my next patch. It's not quite done yet (am learning how the patchset functionality works so I can get equivilant functionality with Subversion; seeing as Subversion is _designed_ for patchsets I figure it's something Chora should display for it, hehe). ftp://ftp.saurik.com/pub/chora/chora-svn-3 Sincerely, Jay Freeman (saurik) [email protected] ----- Original Message ----- From: "Sebastian Bergmann" <[email protected]> To: <[email protected]> Sent: Friday, August 29, 2003 2:31 AM Subject: [chora] Bug in CVSLib/Directory.php:38 > In CVSLib/Directory.php:38 a variable $rp is accessed that is not > declared > > 34 function CVSLib_Directory($dn, $pn = '') > 35 { > 36 $this->parent = &$pn; > 37 $this->moduleName = $dn; > 38 $this->dirName = $rp->sourceroot() . "/$dn"; > > which, of course, results in a > > Fatal error: Call to a member function on a non-object in > /home/httpd/htdocs/horde/chora/lib/CVSLib/Directory.php on line 38 > > -- > Sebastian Bergmann > http://sebastian-bergmann.de/ http://phpOpenTracker.de/ > > Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ > > > -- > Chora mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: [email protected] > -- Chora mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]