Bug #12335 ยป 17105.patch
t3lib/class.t3lib_userauthgroup.php (working copy) | ||
---|---|---|
&& !t3lib_BEfunc::getWorkspaceVersionOfRecord($this->workspace, $table, $id, 'uid') // There must be no existing version of this record in workspace.
|
||
&& !t3lib_BEfunc::isPidInVersionizedBranch($recpid, $table)) { // PID must NOT be in a versionized branch either
|
||
return TRUE;
|
||
} else if ($this->workspaceRec['disable_autocreate']) {
|
||
t3lib_div::deprecationLog('Usage of disable_autocreate feature is deprecated since 4.5.');
|
||
}
|
||
}
|
||