Skip to content

Commit

Permalink
Fixing strict issue, making FabrikHelperHTML::getContentTemplate()
Browse files Browse the repository at this point in the history
static.
  • Loading branch information
cheesegrits committed Mar 25, 2015
1 parent 09768c4 commit 6f64292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_fabrik/helpers/html.php
Original file line number Diff line number Diff line change
Expand Up @@ -2326,7 +2326,7 @@ public static function runContentPlugins(&$text)
* @return string content item html
*/

public function getContentTemplate($contentTemplate, $part = 'both', $runPlugins = false)
public static function getContentTemplate($contentTemplate, $part = 'both', $runPlugins = false)
{
$app = JFactory::getApplication();

Expand Down

0 comments on commit 6f64292

Please sign in to comment.