Bug #19148 ยป typo3core_bugfix_9041.patch
typo3/class.browse_links.php (copie de travail) | ||
---|---|---|
/**
|
||
* array which holds hook objects (initialised in init() )
|
||
*/
|
||
protected $hookObjects;
|
||
protected $hookObjects = array();
|
||
var $readOnly = FALSE; // If set, all operations that changes something should be disabled. This is used for alternativeBrowsing file mounts (see options like "options.folderTree.altElementBrowserMountPoints" in browse_links.php).
|