Fixed bug #2038 - fatal error on edit playlist
This commit is contained in:
parent
11c9e32f28
commit
9edd10a58c
|
@ -1,4 +1,6 @@
|
|||
<?php
|
||||
require_once("../../../storageServer/var/Playlist.php");
|
||||
|
||||
/**
|
||||
* @author Tomas Hlava <th@red2head.com>
|
||||
* @author Paul Baranowski <paul@paulbaranowski.org>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<?php
|
||||
require_once("StoredFile.php");
|
||||
|
||||
/**
|
||||
* Auxiliary class for GreenBox playlist editing methods.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue