Skip to content

Commit

Permalink
Fixed issue with missing variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhlana committed Sep 24, 2018
1 parent d03caee commit 0438ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LEAuthorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function updateData()
}
else
{
if($this->log >= LECLient::LOG_STATUS) LEFunctions::log('Cannot find authorization \'' . $authorizationURL . '\'.', 'function updateData');
if($this->log >= LECLient::LOG_STATUS) LEFunctions::log('Cannot find authorization \'' . $this->authorizationURL . '\'.', 'function updateData');
}
}

Expand Down

0 comments on commit 0438ad4

Please sign in to comment.