Skip to content

Commit

Permalink
CI: Token list / edit: Revert last commit.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11477 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tim Klingenberg committed Nov 24, 2011
1 parent 1564a4b commit 14fa04e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions application/core/LSCI_Controller.php
Expand Up @@ -155,21 +155,9 @@ private function _init()
if (!function_exists('limesurvey_config_autoloader'))
{
function limesurvey_config_autoloader($class) {
static $classmap = array(
'Date_Time_Converter' => 'libraries/Date_Time_Converter.php',
);

if (isset($classmap[$class]))
{
$file = APPPATH.$classmap[$class];
require $file;
return;
}

if (0 === strpos($class, 'CI_'))
{
return;
}
// validate classname
if (!preg_match('~[a-z_]~i', $class))
{
Expand Down

0 comments on commit 14fa04e

Please sign in to comment.