Skip to content

Commit a19ff87

Browse files
kiatngsreichel
andauthored
Update app/code/core/Mage/Api2/Exception.php
Co-authored-by: Sven Reichel <[email protected]>
1 parent b0be4be commit a19ff87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/core/Mage/Api2/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct($message, $code, $shouldLog = true)
3333
throw new Exception(sprintf('Invalid Exception code "%d"', $code));
3434
}
3535

36-
$this->_shouldLog = $shouldLog;
36+
$this->shouldLog = $shouldLog;
3737
parent::__construct($message, $code);
3838
}
3939

0 commit comments

Comments
 (0)