Bug #23096 » 0014994_followup.patch
typo3/sysext/version/ws/class.wslib.php (Arbeitskopie) | ||
---|---|---|
* @deprecated since TYPO3 4.5, will be removed in TYPO3 4.7 - This was meant for an obsolete CLI script. You shouldn't be calling this.
|
||
*/
|
||
function CLI_main() {
|
||
self::logDeprecatedFunction();
|
||
t3lib_div::logDeprecatedFunction();
|
||
$this->autoPublishWorkspaces();
|
||
}
|
||
- « Previous
- 1
- 2
- Next »