mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Changed "Notice" and "Warning" to "User Notice" and "User Warning" if E_USER_NOTICE and E_USER_WARNING respectively
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@84822 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
802d95dbc9
commit
c4dcf4f2d3
@ -27,7 +27,7 @@ class DebugView {
|
||||
'class' => 'notice'
|
||||
),
|
||||
E_USER_NOTICE => array(
|
||||
'title' => 'Notice',
|
||||
'title' => 'User Notice',
|
||||
'class' => 'notice'
|
||||
),
|
||||
E_CORE_ERROR => array(
|
||||
@ -43,7 +43,7 @@ class DebugView {
|
||||
'class' => 'warning'
|
||||
),
|
||||
E_USER_WARNING => array(
|
||||
'title' => 'Warning',
|
||||
'title' => 'User Warning',
|
||||
'class' => 'warning'
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user