Fix missing template parsing in German language item
authorMatthias Schmidt <gravatronics@live.com>
Fri, 3 Jan 2020 15:18:57 +0000 (16:18 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 3 Jan 2020 15:18:57 +0000 (16:18 +0100)
wcfsetup/install/files/lib/data/package/update/PackageUpdateAction.class.php

index a0701fcde8af902f8287e026e1b47ba98c8e0dba..9147d7eeeb56fe87c8b308281c85c613e5475998 100644 (file)
@@ -680,7 +680,7 @@ class PackageUpdateAction extends AbstractDatabaseObjectAction {
                                                        // the Core upgrade must be the first package in the stack, but there appears to be
                                                        // at least one package in front of the queue, therefore there are outstanding
                                                        // updates for the previous version line
-                                                       throw new SystemException(WCF::getLanguage()->get('wcf.acp.package.update.error.outstandingUpdates'));
+                                                       throw new SystemException(WCF::getLanguage()->getDynamicVariable('wcf.acp.package.update.error.outstandingUpdates'));
                                                }
                                        }