fixed problems with not working out of a fresh install.

This commit is contained in:
mkonecny 2010-12-16 16:36:51 -05:00
parent b53936b350
commit 9bfb6b53b8
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 {
}
}
?>
?>