Fixed include path for new dir structure.
This commit is contained in:
parent
3e99ea7d97
commit
2eea85d502
|
@ -127,7 +127,7 @@ function S_getSecond($param)
|
||||||
*/
|
*/
|
||||||
function S_niceTime($param)
|
function S_niceTime($param)
|
||||||
{
|
{
|
||||||
require_once("../../../storageServer/var/Playlist.php");
|
require_once("../backend/Playlist.php");
|
||||||
|
|
||||||
$sec = round(Playlist::playlistTimeToSeconds($param['in']));
|
$sec = round(Playlist::playlistTimeToSeconds($param['in']));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue