Skip to content

Commit

Permalink
Fixing a notice in the autotweet plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Sep 16, 2014
1 parent a944530 commit 9061f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ protected function postSermon($item)
$cat_alias = $cats[2];

// Use main category for item url
$cat_slug = $catids[0] . ':' . JFilterOutput::stringURLSafe($cat_alias[0]);
$cat_slug = $cats[0] . ':' . JFilterOutput::stringURLSafe($cat_alias[0]);
$id_slug = $item->id . ':' . JFilterOutput::stringURLSafe($item->alias);

// Create internal url for sermon
Expand Down

0 comments on commit 9061f27

Please sign in to comment.