Skip to content

Commit

Permalink
Fixed bug in tokens.php display caused by attempting to autoload Obje…
Browse files Browse the repository at this point in the history
…ct.php.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11801 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Aaron Schmitz committed Dec 29, 2011
1 parent 9887e8d commit 17602dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/admin/tokens.php
Expand Up @@ -385,7 +385,6 @@ function getTokens_json($iSurveyId)

$tokens = Tokens_dynamic::model($iSurveyId)->findAll();

$aData = new Object();
$aData->page = $page;
$aData->records = count($tokens);
$aData->total = ceil($aData->records / $limit);
Expand Down

0 comments on commit 17602dc

Please sign in to comment.