Changes.
This commit is contained in:
parent
4a5e5d224a
commit
70c8a87e15
25 changed files with 508 additions and 187 deletions
|
@ -11,7 +11,7 @@ class Mixshow
|
|||
private $slug = "";
|
||||
private $db = null;
|
||||
private $description = "";
|
||||
private $cover = "img/no-image1.png";
|
||||
private $cover = "/img/no-image1.png";
|
||||
private $count;
|
||||
private $mixes = [];
|
||||
private $updated;
|
||||
|
@ -145,4 +145,4 @@ class Mixshow
|
|||
return $this->updated;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue