Add silly definitions to avoid using undefined things
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
afc9870755
commit
55081a1dff
1 changed files with 8 additions and 0 deletions
|
@ -561,3 +561,11 @@ $_SERVER['HTTP_HOST'] = 'fedoraproject.org';
|
|||
{% endif %}
|
||||
$_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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue