Skip to content

Commit 8b3f56b

Browse files
author
Michael Cannon
committed
* RESOLVES dan-coulter/phpflickr#38 unexpected 'unset'
1 parent d0d1865 commit 8b3f56b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* RESOLVES #4 Import of image description
1414
* RESOLVES #5 https URLs fails
1515
* RESOLVES #6 Migrate from FlickrManager fails?
16+
* RESOLVES dan-coulter/phpflickr#38 unexpected 'unset'
1617
* Revise readme installation
1718
* Revise readme structure
1819
* Specify a “Text Domain” and “Domain Path”

includes/libraries/phpflickr/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ob_start();
1616
require_once($path_to_phpFlickr_class . "phpFlickr.php");
17-
@unset($_SESSION['phpFlickr_auth_token']);
17+
unset($_SESSION['phpFlickr_auth_token']);
1818

1919
if ( isset($_SESSION['phpFlickr_auth_redirect']) && !empty($_SESSION['phpFlickr_auth_redirect']) ) {
2020
$redirect = $_SESSION['phpFlickr_auth_redirect'];

0 commit comments

Comments
 (0)