Skip to content

Commit

Permalink
Fixed incorrect component name
Browse files Browse the repository at this point in the history
  • Loading branch information
sambernard committed Mar 13, 2011
1 parent f47523b commit e84a425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/submissions_controller.php
Expand Up @@ -3,7 +3,7 @@ class SubmissionsController extends CformsAppController {

var $name = 'Submissions';
var $helpers = array('Html', 'Form', 'Cforms.Csv');
var $components = array('Cforms.Cakeform');
var $components = array('Cforms.Cforms');

function admin_export($formId = null){
if (!$formId) {
Expand Down

0 comments on commit e84a425

Please sign in to comment.