Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lock
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
TYPO3
Extensions
lock
Commits
19f62ca8
Commit
19f62ca8
authored
7 years ago
by
Daniel Hürtgen
Browse files
Options
Downloads
Patches
Plain Diff
[FEATURE] Overwrite core LockFactory
parent
4368db6a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ext_localconf.php
+15
-0
15 additions, 0 deletions
ext_localconf.php
with
15 additions
and
0 deletions
ext_localconf.php
0 → 100644
+
15
−
0
View file @
19f62ca8
<?php
defined
(
'TYPO3_MODE'
)
or
die
();
call_user_func
(
function
()
{
if
(
!
is_array
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SYS'
][
'Objects'
]))
{
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SYS'
][
'Objects'
]
=
[];
}
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SYS'
][
'Objects'
][
\TYPO3\CMS\Core\Locking\LockFactory
::
class
]
=
[
'className'
=>
\Higidi\Lock\LockFactory
::
class
,
];
}
);
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment