Skip to content

Commit

Permalink
Fix differences between trunk and grid branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffRMoore committed Jul 18, 2010
1 parent 804fe17 commit cbef136
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Solar/Auth.php
@@ -1,7 +1,7 @@
<?php
/**
*
* authentication class.
* Authentication class.
*
* @category Solar
*
Expand Down Expand Up @@ -201,14 +201,13 @@ protected function _postConfig()

/**
*
* Constructor;
* Post-construction tasks to complete object construction.
*
* @param array $config User-defined configuration values.
* @return void
*
*/
public function __construct($config = null)
protected function _postConstruct()
{
parent::__construct($config);

// create the session object for this class
$this->_session = Solar::factory(
Expand Down

0 comments on commit cbef136

Please sign in to comment.