use __construct()
This commit is contained in:
parent
eac2780860
commit
529f663d6c
|
@ -2,6 +2,7 @@
|
||||||
<html><head><title>Upgrade notes</title>
|
<html><head><title>Upgrade notes</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,6 +40,11 @@ Account modules can now have icons. See <span style="font-weight: bold;">baseMod
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
<h3>Constructors</h3>
|
||||||
|
LAM now uses the PHP5 syntax for constructors: <span style="font-weight: bold;">__construct()</span><br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
<h2>2.0.0 -> 2.1.0</h2>
|
<h2>2.0.0 -> 2.1.0</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue