Skip to content

Commit

Permalink
Fixed ticket #1 - Error code not passed to Exception() on line 350
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Nov 7, 2008
1 parent 595c4fd commit 9bcfdd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpSmug.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* without having to worry about the finer details of the API.
*
* @author Colin Seymour <lildood@gmail.com>
* @version 2.0
* @version 2.0.1
* @package phpSmug
* @license LGPL {@link http://www.gnu.org/copyleft/lgpl.html}
*
Expand Down Expand Up @@ -48,7 +48,7 @@
* @package phpSmug
**/
class phpSmug {
var $version = '2.0';
var $version = '2.0.1';
var $cache = FALSE;
//var $oauth_signature_method = 'PLAINTEXT';

Expand Down

0 comments on commit 9bcfdd6

Please sign in to comment.