Saturday 24 May 2003 4:20:43 am
Hi .. maybe this will be the bug fix, just add this lines and test it !
file : kernel/classes/datatypes/ezbinaryfile/ezbinaryfiletype/ezbinaryfile.php from line 91 to line 94 :
case 'filename':
{
$storedFile = eZBinaryFileHandler::storedFilename( $this ); } i didn`t try it, so u have to test, the problem was that ezbinaryfiletype.php request variable from ezbinaryfile.php via function attribute with value 'filename' , which is missing from attribute function !
|