File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
includes/libraries/phpflickr Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 13
13
* RESOLVES #4 Import of image description
14
14
* RESOLVES #5 https URLs fails
15
15
* RESOLVES #6 Migrate from FlickrManager fails?
16
+ * RESOLVES dan-coulter/phpflickr #38 unexpected 'unset'
16
17
* Revise readme installation
17
18
* Revise readme structure
18
19
* Specify a “Text Domain” and “Domain Path”
Original file line number Diff line number Diff line change 14
14
15
15
ob_start ();
16
16
require_once ($ path_to_phpFlickr_class . "phpFlickr.php " );
17
- @ unset ($ _SESSION ['phpFlickr_auth_token ' ]);
17
+ unset($ _SESSION ['phpFlickr_auth_token ' ]);
18
18
19
19
if ( isset ($ _SESSION ['phpFlickr_auth_redirect ' ]) && !empty ($ _SESSION ['phpFlickr_auth_redirect ' ]) ) {
20
20
$ redirect = $ _SESSION ['phpFlickr_auth_redirect ' ];
You can’t perform that action at this time.
0 commit comments