Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Commit

Permalink
Kohana 3.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreolek committed May 30, 2013
1 parent e0e0071 commit bca01a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public static function instance($parser = NULL)
return Markdown::$instances[$parser];
}

$config = Kohana::config('markdown');
$config = Kohana::$config->load('markdown');
if (!$config->offsetExists($parser)) {
throw new Kohana_Markdown_Exception('Failed to load Kohana Markdown parser: :parser', array(':parser' => $parser));
}
Expand Down
File renamed without changes.

0 comments on commit bca01a2

Please sign in to comment.