Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
56e470b2
Commit
56e470b2
authored
Feb 29, 2016
by
Carsten Rose
Browse files
Store: deacivate ifRelativePathPrependExtensionPath() cause it makes troubles in unit tests
parent
04eb48ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/store/Store.php
View file @
56e470b2
...
...
@@ -158,7 +158,8 @@ class Store {
//TODO: sinnvollen Platz fuer qfq.ini bestimmen. In der Installationsdoku erwaehnen.
$config
=
parse_ini_file
(
__DIR__
.
'/../../../'
.
CONFIG_INI
,
false
);
$config
[
'SQLLOG'
]
=
Support
::
ifRelativePathPrependExtensionPath
(
$config
[
'SQLLOG'
]);
//TODO: auskommentiert weil dann die Unittests nicht mehr laufen. Sollte eigentlich wieder aktiviert werden.
// $config['SQLLOG'] = Support::ifRelativePathPrependExtensionPath($config['SQLLOG']);
}
catch
(
\
Exception
$e
)
{
throw
new
qfq\UserException
(
"Error read file "
.
CONFIG_INI
.
": "
.
$e
->
getMessage
(),
ERROR_IO_READ_FILE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment