Skip to content

Commit

Permalink
Added a missing jimport of JResponse in JDocument.
Browse files Browse the repository at this point in the history
  • Loading branch information
robschley committed Oct 22, 2011
1 parent 3da6ba2 commit 6eb4755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/joomla/document/document.php
Expand Up @@ -10,6 +10,7 @@
defined('JPATH_PLATFORM') or die();

JLoader::register('JDocumentRenderer', dirname(__FILE__) . '/renderer.php');
jimport('joomla.environment.response');
jimport('joomla.filter.filteroutput');

/**
Expand Down

0 comments on commit 6eb4755

Please sign in to comment.