Skip to content

Commit

Permalink
4.5.2: Marketplace validation (MEQP1) fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ébano Penha Andrello Lopes committed May 23, 2019
1 parent b4a7150 commit 1a2036e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ protected function _setState($state, $status = false, $comment = '', $isCustomer
$this->logger->addLog("Request URL: {$currentUrl}", $this);

$debugBacktrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
$debugBacktraceLog = [];
$nonMagentoModules = [];
$debugBacktraceLog = array();
$nonMagentoModules = array();

foreach ($debugBacktrace as $i => $step) {
$debugBacktraceLog[$i] = [];
$debugBacktraceLog[$i] = array();
$function = '';

if (isset($step['class'])) {
Expand Down

0 comments on commit 1a2036e

Please sign in to comment.