diff --git a/admin/elements/vmjpluginwarning.php b/admin/elements/vmjpluginwarning.php index 04ec4a7..c599808 100644 --- a/admin/elements/vmjpluginwarning.php +++ b/admin/elements/vmjpluginwarning.php @@ -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'); } -} \ No newline at end of file +}