Kohana v3.3.5

This commit is contained in:
Deon George
2016-05-01 20:50:24 +10:00
parent 8888719653
commit 68c7f4f159
170 changed files with 4565 additions and 1176 deletions

View File

@@ -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.
*/
?>
?>