Skip to content

Commit

Permalink
Merge branch 'enwikipedia-acc:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaniels5757 authored Aug 18, 2024
2 parents a88c722 + ddb3191 commit 2741642
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.0"
services:
application:
build:
Expand Down
1 change: 1 addition & 0 deletions includes/Fragments/TemplateOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ final protected function setUpSmarty()
{
$this->smarty = new Smarty();
$this->smarty->addPluginsDir($this->getSiteConfiguration()->getFilePath() . '/smarty-plugins');
$this->smarty->registerPlugin('modifier', 'implode', 'implode');

$this->assign('currentUser', User::getCommunity());
$this->assign('skin', 'auto');
Expand Down

0 comments on commit 2741642

Please sign in to comment.