nocean / SEOSimple

Joomla plugin automatically generates description meta tags by pulling text from the content to help with SEO. It also gives you the ability to set different title configurations.
GNU General Public License v2.0
5 stars 4 forks source link

Only variables should be assigned by reference #5

Open martinkolle opened 8 years ago

martinkolle commented 8 years ago

Change line 24 and 25 to

$app = JFactory::getApplication();
$document = JFactory::getDocument();
solracsf commented 7 years ago

See https://github.com/nocean/SEOSimple/pull/11