Skip to content

Commit

Permalink
ManageWikiExtensions: Don't look for s_settings in upset (#512)
Browse files Browse the repository at this point in the history
We were using json_encode with an empty array.
  • Loading branch information
paladox authored Feb 12, 2025
1 parent 0f33dc1 commit 362f4a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/Helpers/ManageWikiExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ private function write() {
'mw_settings',
[
's_dbname' => $this->wiki,
's_settings' => json_encode( [] ),
's_extensions' => json_encode( $this->list() )
],
[ [ 's_dbname' ] ],
Expand Down

0 comments on commit 362f4a2

Please sign in to comment.