Topic: Tiny bug fix

Hello! Just open your engine.php and go to line 793~, or if your engine.php file is shorter than 500 lines, then look for this (it's almost at the end of the file in both cases):

                $title = SEEING.' '.$id; 
                $titulo = $id.' '.AT.' ';

then change it by:

                $titulo = SEEING.' '.$id.' '.AT.' ';

Resuming, you must delete the line that contains $title and overwrite the line that has the $titulo variable by the mentioned above.

Thumbs up

Re: Tiny bug fix

Done

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!