[geeklog-devel] The first 1.3.9rc1 bugs are in ...

Vincent Furia vmf at abtech.org
Tue Feb 17 20:22:38 EST 2004


Dirk Haun wrote:

>3. (reported by Turias over on the contact-us list):
>  
>
>>You probably already know this, but it appears as though threaded
>>comments are broken.  Clicking on a non-root level comment brings up a
>>blank screen.
>>    
>>
>
>Actually, I think it only happens with the very last comment in each thread.
>
>Vinny, is this (#3) something you could be looking into?
>
>bye, Dirk
>
>
>  
>
Ooops.  Looks like a small mistake got thrown in.  Change is in 
lib-common.php around line 2678:
This line:
   $template->set_var( 'pid', $A['cid'] );
Should be:
   $template->set_var( 'pid', $A['pid'] );

-Vinny



More information about the geeklog-devel mailing list