git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2932
743128fe-103e-dd11-99c4-
001b210b3e58
+2010-11-17 Tolleiv Nietsch <info@tolleiv.de>
+
+ * Fixed bug: #10916 workspace preview module raises error in conjunction with the newest extbase version
+
2010-11-17 Oliver Hader <oliver@tpyo3.org>
* Raised version to 4.5.0beta1a
* @subpackage Controller
*/
class Tx_Workspaces_Controller_PreviewController extends Tx_Workspaces_Controller_AbstractController {
- /**
- * Creates this object.
- *
- * @param boolean $skipObjectInit
- * @return void
- */
- public function __construct($initializeObjects = TRUE) {
- // removed this because the injection breaks for some reason when viewOnClick hook inits this object
- if ($initializeObjects) {
- $this->initializeObjects();
- }
- }
/**
* Initializes the controller before invoking an action method.