Fixed bug #2038 - fatal error on edit playlist

This commit is contained in:
paul 2006-11-27 15:15:09 +00:00
parent 11c9e32f28
commit 9edd10a58c
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<?php
require_once("../../../storageServer/var/Playlist.php");
/**
* @author Tomas Hlava <th@red2head.com>
* @author Paul Baranowski <paul@paulbaranowski.org>

View File

@ -1,4 +1,6 @@
<?php
require_once("StoredFile.php");
/**
* Auxiliary class for GreenBox playlist editing methods.
*