pkrenn: Had to change signature of getGeneratedID() due to PDO requirements (merged from branches/gsoc)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41708 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-14 01:36:32 +00:00
parent 08b2874a41
commit 3946432304
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class Folder extends File {
Name = '$name', Filename = '$filename', Created = NOW(), LastEdited = NOW(),
Title = '$name'");
return DB::getGeneratedID();
return DB::getGeneratedID("File");
}
/**