Topic-icon openGraphPlugin and sh404sef

Active Subscriptions:

None
8 years 9 months ago #55891 by opt2bout
We were having problems with some of the functionality of the sh404sef plugin and went to Weblr for help. They finally tracked down a conflict with the openGraphPlugin.php in /libraries/sourcecoast and has us make a change that fixed the problem.

Line 149

Change:

if (in_array(JRequest::getCmd('option'), $this->supportedComponents))

To:

if (in_array(JFactory::getApplication()->input->getCmd('option'), $this->supportedComponents))

Should or could this be something that can be included in an update? I don't fully understand it, but it appears the change reflects Joomla 3 API documentation.

Thanks much
The topic has been locked.
Support Specialist
8 years 9 months ago #55894 by mel
Replied by mel on topic openGraphPlugin and sh404sef
That code looks reasonable. I'm working on testing the next release right now, but this is something that I could slip in. I'll make the code change right now and create an issue to test it for the release.

-Melissa
The topic has been locked.