[TYPO3-core] FYI changeset 10032: Fixed typo in class name

Xavier Perseguers typo3 at perseguers.ch
Wed Jan 12 10:01:44 CET 2011


Hi,

FYI following patch was committed to trunk as follow-up to changeset 9949.

Index: typo3/sysext/em/classes/tools/class.tx_em_tools.php
===================================================================
--- typo3/sysext/em/classes/tools/class.tx_em_tools.php	(revision 10031)
+++ typo3/sysext/em/classes/tools/class.tx_em_tools.php	(working copy)
@@ -108,7 +108,7 @@
  		if (strlen($GLOBALS['TYPO3_CONF_VARS']['BE']['unzip_path'])) {
  			chdir($path);
  			$cmd = $GLOBALS['TYPO3_CONF_VARS']['BE']['unzip_path'] . ' -o ' . 
escapeshellarg($file);
-			t3liv_utility_Command::exec($cmd, $list, $ret);
+			t3lib_utility_Command::exec($cmd, $list, $ret);
  			return ($ret === 0);
  		} else {
  				// we use a pure PHP unzip


More information about the TYPO3-team-core mailing list