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

Commit

Permalink
Merge branch 'hotfix/144'
Browse files Browse the repository at this point in the history
Close #144
  • Loading branch information
weierophinney committed Jul 7, 2016
2 parents d6e596c + 0d6bdb3 commit 475e774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ All notable changes to this project will be documented in this file, in reverse
since corrected in that component). The patch to `AuthControllerFactory` makes
it forwards compatible with zend-servicemanager v3, and prevents the original
issue from recurring in the future.
- [#144](https://github.com/zfcampus/zf-oauth2/pull/144) removes an unused
variable from the `receive-code` template.

## 1.3.2 - 2016-06-24

Expand Down
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 475e774

Please sign in to comment.