mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
API CHANGE Removed ClassInfo::ready(), use Security::database_is_ready()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@91588 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
37685e6d3f
commit
ec88536a03
@ -223,16 +223,5 @@ class ClassInfo {
|
||||
return $matchedClasses;
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// DEPRECATED
|
||||
|
||||
/**
|
||||
* @deprecated Use Security::database_is_ready() instead.
|
||||
*/
|
||||
static function ready() {
|
||||
user_error("ClassInfo::ready() deprectaed - use Security::database_is_ready()", E_USER_NOTICE);
|
||||
return Security::database_is_ready();
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user