2012-03-17, 01:28:37
I've found a quick fix for the edit issue.
In the IMclass.php file, line 212 I've changed
to
It seems to work okay for me.
In the IMclass.php file, line 212 I've changed
Code:
$id = clean_urls(to7bits($_POST['post-title'], "UTF-8"));
to
Code:
$id = clean_urls(to7bits($_POST['id'], "UTF-8"));
It seems to work okay for me.