Bug in CVSLib/Directory.php:38
Sebastian Bergmann <[email protected]>
| Newsgroups | gmane.comp.horde.chora |
|---|---|
| Organization | www.sebastian-bergmann.de |
| Message-ID | <[email protected]> |
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]