Merge branch 'master' of dev.sourcefabric.org:campcaster

This commit is contained in:
Naomi 2010-12-16 18:24:58 -05:00
commit 28f6675359
5 changed files with 9 additions and 5 deletions

View file

@ -1697,7 +1697,7 @@ class StoredFile {
{
global $CC_CONFIG;
return "http://".$CC_CONFIG["storageUrlHost"]
.$CC_CONFIG["apiPath"]."getMedia/file/"
.$CC_CONFIG["apiPath"]."get-media/file/"
.$this->gunid.".".$this->getFileExtension();
}
@ -1784,4 +1784,4 @@ class StoredFile {
}
}
?>
?>