mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
We keep getting more constants. Instead just stop reporting these
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -563,9 +563,5 @@ $_SERVER['REQUEST_SCHEME'] = 'https';
|
||||
$_SERVER['SERVER_PORT'] = 443;
|
||||
|
||||
|
||||
# Looks like mediawiki is using undefined constants.... LEt's define them
|
||||
define('TS_RFC2822', 'silly.TS_RFC2822');
|
||||
define('TS_POSTGRES', 'silly.TS_POSTGRES');
|
||||
define('TS_MW', 'silly.TS_MW');
|
||||
define('TS_UNIX', 'silly.TS_UNIX');
|
||||
define('TS_RFC2822', 'silly.TS_RFC2822');
|
||||
# Looks like mediawiki is using undefined constants.... Let's shut that up
|
||||
error_reporting(E_ALL ^ E_NOTICE);
|
||||
|
||||
Reference in New Issue
Block a user