GavickPro / Meet-Gavern

Meet Gavern Template for Joomla! 3.0
42 stars 41 forks source link

FullText image error #244

Closed wonderdance closed 8 years ago

wonderdance commented 8 years ago

Fatal error: Call to a member function get() on a non-object in /...../..../templates/meet_gavern/html/com_content/article/default.php on line 57

When article has full image $templateParams is undefined and $ogfb_image = $templateParams->get('ogfb_image',''); throws error.

I move $templateParams = JFactory::getApplication()->getTemplate(true)->params; to top.

Joomla 3.4

dziudek commented 8 years ago

Fixed: https://github.com/GavickPro/Meet-Gavern/commit/cabfe2aab991975a08ee64c02bab0a0d59d65e37

Thank you for your feedback.