From 5b97369b00afbdf55eed145be9ac981dca06d2a9 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 4 Jun 2014 16:40:53 +0200 Subject: Simulate apps database schema update on upgrade When upgrade, also simulate the database schema update for apps before doing the actual upgrade. --- core/js/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js') 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' -- cgit v1.2.3