Quote:
|
Originally Posted by omegatron Well if you had a line number it surely would help as I dont get an error. There has been one error reported and fixed here with admin category editor concerning members gallery edit but you can try this. If you dont have it in the file add the code in bold
if ( $oldparent != $newparent ) {
updateparents($oldparent); if ( is_numeric($newparent) && !empty($newparent) ) updateparents($newparent);
} |
Do I do this in the adm-cats.php file?