Merge branch 'master' of dev.sourcefabric.org:campcaster
This commit is contained in:
commit
eff63827d7
39 changed files with 875 additions and 1162 deletions
|
@ -458,7 +458,7 @@ class StoredFile {
|
|||
|
||||
if (!is_integer($storedFile->id)) {
|
||||
// NOTE: POSTGRES-SPECIFIC
|
||||
$sql = "SELECT currval('file_id_seq')";
|
||||
$sql = "SELECT currval('".$CC_CONFIG["filesSequence"]."')";
|
||||
$storedFile->id = $CC_DBC->getOne($sql);
|
||||
}
|
||||
// Insert metadata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue