Skip to content

Commit

Permalink
change class JRequest
Browse files Browse the repository at this point in the history
correct error PSeguro Joomla class 'vRequest' to 'JRequest'
  • Loading branch information
Rurik Pinheiro committed Nov 6, 2015
1 parent 17666b7 commit 73e1b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/elements/vmjpluginwarning.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ protected function getInput() {
$lang = JFactory::getLanguage();
$lang->load('com_virtuemart',JPATH_ADMINISTRATOR);

$option = vRequest::getWord('option');
$option = JRequest::getWord('option');
if ($option == 'com_virtuemart')
return null;
else
return JText::_('COM_VIRTUEMART_PLUGIN_WARNING');
}

}
}

0 comments on commit 73e1b80

Please sign in to comment.