mediawiki: hotfix InputWidget so prefs works.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
842b87353c
commit
d8189b7498
2 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace OOUI;
|
||||
|
||||
require "/usr/share/php/OOUI/mixins/AccessKeyedElement.php";
|
||||
require_once "/usr/share/php/OOUI/mixins/AccessKeyedElement.php";
|
||||
/**
|
||||
* Base class for input widgets.
|
||||
*
|
||||
|
|
|
@ -191,3 +191,9 @@
|
|||
command: semodule -i /usr/local/share/selinux/mediawiki.pp
|
||||
when: selinux_module is changed
|
||||
tags: selinux
|
||||
|
||||
- name: hotfix oojs-shared/widgets/InputWidget.php so preferences work
|
||||
copy: src=InputWidget.php dest=/srv/web/fp-wiki/vendor/oojs-shared/widgets/InputWidget.php
|
||||
tags:
|
||||
- mediawiki
|
||||
- hotfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue