mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
BUGFIX Renamed clear_cached_fieldlist() to clearCachedFieldlist() to comply with parent implementation and our coding conventions (fixes 360176d2)
This commit is contained in:
parent
2d3ebfb310
commit
7fb82f88d1
@ -872,7 +872,7 @@ class PostgreSQLDatabase extends SS_Database {
|
|||||||
*
|
*
|
||||||
* @return boolean
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
function clear_cached_fieldlist($tableName=false){
|
function clearCachedFieldlist($tableName=false){
|
||||||
if($tableName!=false){
|
if($tableName!=false){
|
||||||
unset(self::$cached_fieldlists[$tableName]);
|
unset(self::$cached_fieldlists[$tableName]);
|
||||||
} else
|
} else
|
||||||
|
Loading…
Reference in New Issue
Block a user