the userpics folder is being displayed in "traditional" batch-add (happens in file versions 1.37 and higher (http://cvs.sourceforge.net/viewcvs.py/coppermine/devel/searchnew.php?r1=1.36&r2=1.37)) - the changes fromif ($file != "." && $file != "..")
to if ($file != "." && $file != ".." && $CONFIG['fullpath'] . $folder . $file != $CONFIG['fullpath'].'/edit' && $CONFIG['fullpath'] . $folder . $file != $CONFIG['fullpath'].'/'.substr($CONFIG['userpics'],0,strlen($CONFIG['userpics'])-1)) {
seems to be causing this.
Joachim
*bump*
I get the edit folder as well.
assigning this to myself: works on my local install, will commit as soon as I have CVS access.
Joachim
comitted fix, please confirm.
Joachim
oki, it works :D