Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels van der Veer (n9iels) committed Nov 2, 2015
1 parent 877e7c4 commit 61f6253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_feed/mod_feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Include the syndicate functions only once
require_once __DIR__ . '/helper.php';

$feed = ModFeedHelper::getFeed($params);
$feed = ModFeedHelper::getFeed($params);
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));

require JModuleHelper::getLayoutPath('mod_feed', $params->get('layout', 'default'));

0 comments on commit 61f6253

Please sign in to comment.