Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
  • Loading branch information
tcitworld authored and LukasReschke committed Aug 9, 2017
1 parent ab4e8ff commit 4b60351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/App/AppManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public function clearAppsCache() {
*
* @internal
*/
public function getAppsNeedingUpgrade($version, $l10n) {
public function getAppsNeedingUpgrade($version, $l10n = null) {
$appsToUpgrade = [];
$apps = $this->getInstalledApps();
foreach ($apps as $appId) {
Expand Down

0 comments on commit 4b60351

Please sign in to comment.