Hi
Sorry, that was my fault. I updated my (version control system), when I had checked out (/save_drafts_1/edits/forum/profile.txt), so when I checked it back into the system, it did not know I had made changes!
Anyway...
I updated the zip file to fix this not being added to the install!
Just do this!
FIND THIS script => profile.php
Code:
require_once('./includes/functions_register.php');
- REPLACE WITH script => profile.php
Code:
require_once('./includes/functions_register.php');
include_once ( './includes/functions_drafts.php' );
Again I am sorry for this over sight!
Sonia