diff --git a/auth.php b/auth.php index 0cee4dc..e9da2f4 100644 --- a/auth.php +++ b/auth.php @@ -14,7 +14,7 @@ ob_start(); require_once($path_to_phpFlickr_class . "phpFlickr.php"); - @unset($_SESSION['phpFlickr_auth_token']); + unset($_SESSION['phpFlickr_auth_token']); if ( isset($_SESSION['phpFlickr_auth_redirect']) && !empty($_SESSION['phpFlickr_auth_redirect']) ) { $redirect = $_SESSION['phpFlickr_auth_redirect']; @@ -35,4 +35,4 @@ header("Location: " . $redirect); } -?> \ No newline at end of file +?>