Kohana v3.3.5
This commit is contained in:
@@ -239,7 +239,7 @@ class Markdown_Parser {
|
||||
var $predef_titles = array();
|
||||
|
||||
|
||||
function Markdown_Parser() {
|
||||
function __construct() {
|
||||
#
|
||||
# Constructor function. Initialize appropriate member variables.
|
||||
#
|
||||
@@ -1669,7 +1669,7 @@ class MarkdownExtra_Parser extends Markdown_Parser {
|
||||
var $predef_abbr = array();
|
||||
|
||||
|
||||
function MarkdownExtra_Parser() {
|
||||
function __construct() {
|
||||
#
|
||||
# Constructor function. Initialize the parser object.
|
||||
#
|
||||
@@ -1695,7 +1695,7 @@ class MarkdownExtra_Parser extends Markdown_Parser {
|
||||
"doAbbreviations" => 70,
|
||||
);
|
||||
|
||||
parent::Markdown_Parser();
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
|
||||
@@ -2906,4 +2906,4 @@ negligence or otherwise) arising in any way out of the use of this
|
||||
software, even if advised of the possibility of such damage.
|
||||
|
||||
*/
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user