Skip to content

Commit

Permalink
Update memcache.php
Browse files Browse the repository at this point in the history
  • Loading branch information
itbra committed Feb 21, 2014
1 parent be59474 commit 095c74f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libraries/joomla/session/storage/memcache.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
*/
class JSessionStorageMemcache extends JSessionStorage
{
/**
* The registered servers stack.
*
* @var array
* @since 12.2
*/
private $_servers;

/**
* Constructor
*
Expand Down

0 comments on commit 095c74f

Please sign in to comment.