adding playlist tests

This commit is contained in:
naomiaro 2010-09-21 17:41:05 -04:00
parent 19780fd997
commit 6d9e5028fc
5 changed files with 150 additions and 12 deletions

View file

@ -485,7 +485,7 @@ class GreenBox extends BasicStor {
if($pl === FALSE)
return FALSE;
$res = $pl->setMetaData($category, $value, $lang);
$res = $pl->setPLMetaData($category, $value, $lang);
return $res;
}