Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #144 from jguittard/hotfix/unused-variable
Browse files Browse the repository at this point in the history
Hotfix/unused variable
  • Loading branch information
weierophinney committed Jul 7, 2016
2 parents d6e596c + e332a86 commit 4e6289a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion view/zf/auth/receive-code.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
$http = $_SERVER['HTTPS'] !== 'on' ? 'http' : 'https';
if ($this->code) {
printf("<h2>The authentication code is %s</h2>", $this->code);
printf("<p>Use this code to request an access token.</p>");
Expand Down

0 comments on commit 4e6289a

Please sign in to comment.