Skip to content

Commit

Permalink
isExtensionError undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushwebkul committed Oct 4, 2019
1 parent c6fc04f commit 55614d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
} else if (this.get('php-extensions').hasOwnProperty('extensions')) {
let extensions = this.get('php-extensions').extensions;

let isExtensionError = undefined;
let isExtensionError;
extensions.forEach(extension => {
let currentExtensionName = Object.keys(extension)[0];
if (!extension[currentExtensionName]) {
Expand Down

0 comments on commit 55614d4

Please sign in to comment.