Skip to content

Commit

Permalink
Installer: Introducing DbTasks prototype. (#2, mixed revisions.)
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@10944 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tim Klingenberg committed Sep 3, 2011
1 parent ca2cce6 commit dd8a970
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions application/controllers/installer.php
Expand Up @@ -31,7 +31,6 @@ class Installer extends CI_Controller {
*/
private $dbTasks;


/**
* Installer::__construct()
* Constructor
Expand All @@ -41,8 +40,6 @@ function __construct()
{
parent::__construct();
self::_checkInstallation();
//need to write unique encryption key before we can use session data.
self::_writeConfigfile();
require_once(APPPATH.'libraries/LS/LS.php');
$this->dbTasks = new LS_Installer_DbTasks;
$this->dbTasks->test();
Expand Down

0 comments on commit dd8a970

Please sign in to comment.