From 121b4581ca9cc86f64effb534ba0a6df58ffeacf Mon Sep 17 00:00:00 2001 From: buralien Date: Sat, 9 Dec 2017 10:00:44 +0100 Subject: [PATCH] Update Page2.php (#1) Renamed constructor to __construct() --- HTML/Page2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTML/Page2.php b/HTML/Page2.php index 06b3971..be46623 100755 --- a/HTML/Page2.php +++ b/HTML/Page2.php @@ -415,7 +415,7 @@ class HTML_Page2 extends HTML_Common * @since 2.0 * @return void */ - public function HTML_Page2($attributes = []) + public function __construct($attributes = []) { if ($attributes) {