Fixed parameters passed to the various recallByGunid() functions- they no longer require the GreenBox parameter. Some functions had been switched, and some had not, which lead to some crashes.
This commit is contained in:
parent
425212bfb8
commit
b23c11c0b8
6 changed files with 36 additions and 42 deletions
|
@ -325,7 +325,7 @@ class Transport
|
|||
case "playlist":
|
||||
$plid = $gunid;
|
||||
require_once("Playlist.php");
|
||||
$pl = Playlist::recallByGunid($this->gb, $plid);
|
||||
$pl = Playlist::recallByGunid($plid);
|
||||
if (PEAR::isError($pl)) {
|
||||
return $pl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue