Skip to content

Commit

Permalink
Change $link and $query resource to public
Browse files Browse the repository at this point in the history
  • Loading branch information
Radovan Janjic committed Sep 26, 2014
1 parent ef7e5ae commit 9e1210c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MySQL_wrapper.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ class MySQL_wrapper {
public $displayError = TRUE;

/** Link
* @var resurse
* @var resource
*/
private $link = 0;
public $link = 0;

/** Query
* @var resurse
* @var resource
*/
private $query = 0;
public $query = 0;

/** Affected Rows
* @var integer
Expand Down

0 comments on commit 9e1210c

Please sign in to comment.