MINOR Documentation

This commit is contained in:
Ingo Schommer 2012-01-24 14:17:59 +01:00
parent 345af6c9a9
commit 36a867f737
1 changed files with 1 additions and 1 deletions

View File

@ -1000,7 +1000,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
}
/**
* @deprecated 3.0 Use prepopulate_permission_cache() instead
* @deprecated 3.0 Use prepopulate_permission_cache() instead (without the extraneous "p" in "prepopulate")
*/
static function prepopuplate_permission_cache($permission = 'CanEditType', $ids, $batchCallback = null) {
Deprecation::notice("3.0", "Use prepopulate_permission_cache instead.");