@@ -37,7 +37,7 @@ |
||
37 | 37 | $firstRun = ((Configure::check('Multidimensional/Cakephpify')) ? false : true); |
38 | 38 | |
39 | 39 | //Activate Plugin |
40 | - if ((($firstRun) ? (strtolower($this->in('Install Shopify Plugin?', ['y', 'n'])) == 'y'): (strtolower($this->in('Update Configuration?', ['y', 'n'])) == 'y')) |
|
40 | + if ((($firstRun) ? (strtolower($this->in('Install Shopify Plugin?', ['y', 'n'])) == 'y') : (strtolower($this->in('Update Configuration?', ['y', 'n'])) == 'y')) |
|
41 | 41 | ) { |
42 | 42 | $this->out(); |
43 | 43 | $this->out('Please enter your API credentials from your Shopify App page.', 2); |