r64163 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r64162
|
r64163
|
r64164
>
Date:
17:55, 25 March 2010
Author:
maxsem
Status:
ok
Tags:
Comment:
What's the point of suppressing a notice and then immediately spit it in an unsuppressable way?
Modified paths:
/branches/new-installer/phase3/includes/GlobalFunctions.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/new-installer/phase3/includes/GlobalFunctions.php
—
—
@@ -1844,7 +1844,7 @@
1845
1845
}
1846
1846
} else {
1847
1847
if ( !$suppressCount ) {
1848
- $originalLevel = error_reporting( E_ALL & ~( E_WARNING | E_NOTICE ) );
1848
+ $originalLevel = error_reporting( E_ALL & ~( E_WARNING | E_NOTICE | E_USER_WARNING | E_USER_NOTICE ) );
1849
1849
}
1850
1850
++$suppressCount;
1851
1851
}
Status & tagging log
18:34, 30 April 2010
😂
(
talk
|
contribs
)
changed the
status
of r64163
[
removed:
new
added:
ok]