Report new bug | New search | Development Roadmap Status: Open | Feedback | All

Bug #1570 Delete comment failure
Submitted: 2004-06-07 12:56 UTC
From: cox at idecnet dot com Assigned: mj
Status: Closed Package: Bug System
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2004-06-07 12:56 UTC] cox at idecnet dot com
Description: ------------ When as developer, you try to delete a comment the following error appears: Fatal error: Call to a member function on a non-object in /usr/local/www/pearweb/public_html/bugs/bug.php on line 774

Comments

 [2004-06-07 15:17 UTC] danielc
This can be fixed by adding the following on line 773 of bug.php: global $dbh;
 [2004-06-07 18:52 UTC] mj
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.