silverstripe-framework/admin/code
Stephen Shkardoon 677f0edcfc MINOR LeftAndMain::getRecord check $ClassName before use
While the check for `$classname` was done in the first conditional, it was left out of the other two, leading to potential issues when an invalid ID was given, instead of the expected `false`.
2014-05-05 19:26:05 +12:00
..
AdminRootController.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CMSBatchAction.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
CMSBatchActionHandler.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CMSMenu.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CMSMenuItem.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
CMSPreviewable.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
CMSProfileController.php Adding title to CMSProfileController so translations get default 2012-11-07 11:41:48 +13:00
GroupImportForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
LeftAndMain.php MINOR LeftAndMain::getRecord check $ClassName before use 2014-05-05 19:26:05 +12:00
LeftAndMainDecorator.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
LeftAndMainExtension.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
MemberImportForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ModelAdmin.php Translations: Switch to Transifex format 2013-08-07 00:25:16 +02:00
SecurityAdmin.php FIX Privilege escalation through Group and Member CSV upload (SS-2013-004) 2013-09-12 15:42:43 +02:00