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
die_coolen_jungs
our_own_cloud_project
Commits
43d0f1fa
Commit
43d0f1fa
authored
Apr 17, 2013
by
Brice Maron
Browse files
Warn when we do an upgrade
parent
a3e5da83
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/base.php
View file @
43d0f1fa
...
...
@@ -278,7 +278,7 @@ class OC {
OC_Config
::
setValue
(
'maintenance'
,
true
);
OC_Log
::
write
(
'core'
,
'starting upgrade from '
.
$installedVersion
.
' to '
.
$currentVersion
,
OC_Log
::
DEBUG
);
OC_Log
::
WARN
);
$minimizerCSS
=
new
OC_Minimizer_CSS
();
$minimizerCSS
->
clearCache
();
$minimizerJS
=
new
OC_Minimizer_JS
();
...
...
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