summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-06-05 10:28:30 +0200
committerVincent Petry <pvince81@owncloud.com>2014-06-05 10:28:30 +0200
commit71b86136c2de2506c397f39ddaae3552d4061cdd (patch)
tree50e778b12c2bfed5f6ca026900f41b4cab3564f3 /core/js
parentff3ded6cb2f8542c3b2a083f4dabc83ccfa1888e (diff)
parent95fda3c17c6d03bead4b6a754f1e9a71d3cc7e50 (diff)
downloadnextcloud-server-71b86136c2de2506c397f39ddaae3552d4061cdd.tar.gz
nextcloud-server-71b86136c2de2506c397f39ddaae3552d4061cdd.zip
Merge pull request #8878 from owncloud/update-checkmigrationforapps
Simulate apps database schema update on upgrade
Diffstat (limited to 'core/js')
-rw-r--r--core/js/update.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/update.js b/core/js/update.js
index cc0f541bd79..e5ce322df95 100644
--- a/core/js/update.js
+++ b/core/js/update.js
@@ -28,7 +28,7 @@
this.addMessage(t(
'core',
'Updating {productName} to version {version}, this may take a while.', {
- productName: OC.theme.name,
+ productName: OC.theme.name || 'ownCloud',
version: OC.config.versionstring
}),
'bold'