[TYPO3-dam-devel] RFC: Bugfix: 6638: Incorrect parameter to makeInstance

Peter Kühn peter.kuehn at wmdb.de
Sat Nov 17 15:36:50 CET 2007


sry - copynpaste error with the bugtracker reference - correct:

http://bugs.typo3.org/view.php?id=6638

Peter Kuehn [wmdb] schrieb:
> This is a svn patch request.
> 
> Type: bugfix
> 
> Steps to reproduce:
> no idea of the consequence - just look at the code
> 
> Expected behaviour:
> n/a
> 
> Observed behaviour:
> n/a
> 
> Reason:
> well - its a ticket... ;)
> 
> 
> Branches:
> Head
> 
> Bugtracker reference: http://bugs.typo3.org/view.php?id=6697
> 
> 
> ------------------------------------------------------------------------
> 
> Index: class.tx_dam_file_upload.php
> ===================================================================
> --- class.tx_dam_file_upload.php	(revision 7216)
> +++ class.tx_dam_file_upload.php	(working copy)
> @@ -302,7 +302,7 @@
>  			$content .= $this->pObj->doc->spacer(10);
>  
>  			require_once(PATH_txdam.'lib/class.tx_dam_batchprocess.php');
> -			$batch = t3lib_div::makeInstance(tx_dam_batchProcess);
> +			$batch = t3lib_div::makeInstance('tx_dam_batchProcess');
>  
>  
>  			if($batch->processGP()) {


More information about the TYPO3-team-dam mailing list