mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Removed pointless semicolon
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@39659 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
bd84ca66a5
commit
455991f84d
@ -90,7 +90,7 @@ class SQLMap extends Object implements Iterator {
|
||||
|
||||
foreach($items as $item) {
|
||||
$className = isset($item['RecordClassName']) ? $item['RecordClassName'] : $item['ClassName'];
|
||||
;
|
||||
|
||||
if(!$className) {
|
||||
user_error('SQLMap query could not retrieve className', E_USER_ERROR);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user