Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
d8559dc7
Commit
d8559dc7
authored
Jan 26, 2015
by
Lukas Reschke
Browse files
Make error more descriptive
Ref
https://github.com/owncloud/core/issues/13693#issuecomment-71546767
parent
5da4071c
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/private/setup.php
View file @
d8559dc7
...
...
@@ -273,7 +273,7 @@ class OC_Setup {
public
static
function
updateHtaccess
()
{
$setupHelper
=
new
OC_Setup
(
\
OC
::
$server
->
getConfig
());
if
(
!
$setupHelper
->
isCurrentHtaccess
())
{
throw
new
\
OC\HintException
(
'.htaccess file has the wrong version. Please upload the correct version.'
);
throw
new
\
OC\HintException
(
'.htaccess file has the wrong version. Please upload the correct version.
Maybe you forgot to replace it after updating?
'
);
}
$content
=
"
\n
"
;
...
...
Write
Preview
Supports
Markdown
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