[TYPO3-dam] File module error: t3lib_exec::_getos()

René Fritz r.fritz at colorcube.de
Sat Apr 8 17:15:52 CEST 2006


> The file trying to call _getOS() resides in ext/dam/..., which is a
> function not in Typo3 4.0. Unless it is there for backwards
> compatibility, it should be removed; else a check for Typo3 version
> ought to be added.

Now I get it.
You're right that is a bug.

Fix:
change in ext/dam/lib/class.tx_dam_indexing.php

$osType = t3lib_exec::_getOS();

$osType = TYPO3_OS;

René

-- 
COLORCUBE
digital media lab

www.colorcube.de



More information about the TYPO3-project-dam mailing list