Skip to content

Commit

Permalink
Merge pull request #64 from kohana/3.3/bugfix/4814/duplicate-line-of-…
Browse files Browse the repository at this point in the history
…code

Resolves R4814 by removing duplicate line of code

fixes #61
  • Loading branch information
acoulton committed Sep 18, 2014
2 parents 5701a0f + 4d5248d commit 62030f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/Kohana/Kodoc/Markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ public function doIncludeViews($text)
{
$replace = array();

$replace = array();

foreach ($matches as $set)
{
list($search, $view) = $set;
Expand Down

0 comments on commit 62030f9

Please sign in to comment.