Index: typo3/sysext/version/class.tx_version_tcemain.php =================================================================== --- typo3/sysext/version/class.tx_version_tcemain.php (revision 10464) +++ typo3/sysext/version/class.tx_version_tcemain.php (working copy) @@ -91,7 +91,7 @@ // custom command "version" if ($command == 'version') { - $commandWasProcessed = TRUE; + $commandIsProcessed = TRUE; $action = (string) $value['action']; switch ($action) {