Create a update precedure from 1.1.3 to 1.2.0

This commit is contained in:
Jeena 2020-04-05 20:28:24 +02:00
parent 5de6785f99
commit 2ce42038de
7 changed files with 49 additions and 33 deletions

View file

@ -6,7 +6,7 @@ class Categories {
var $categories = array();
var $l = array();
function Categories($l) {
function __construct($l) {
$this->l = $l;