Skip to content

Commit

Permalink
Merge branch '4.3-dev' into feature/application-interface-controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Dec 13, 2022
2 parents a9ee265 + 7e396fc commit b8454f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -257,7 +257,7 @@ public function getMessageQueue()
public function getMVCFactory()
{
if (!$this->mvcFactory) {
$this->mvcFactory = new MVCFactory('Joomla\\CMS', $this);
$this->mvcFactory = new MVCFactory('Joomla\\CMS');
}

return $this->mvcFactory;
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Layout/FileLayout.php
Expand Up @@ -582,7 +582,7 @@ public function setIncludePaths($paths)
/**
* Set suffixes to search layouts
*
* @param mixed $suffixes String with a single suffix or 'auto' | 'none' or array of suffixes
* @param array $suffixes Array of suffixes to utilise
*
* @return self
*
Expand Down

0 comments on commit b8454f2

Please sign in to comment.