Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ In between the available functions you can find:
* set error reporting to development
* search for item
* check for item existence
* publish a module
* setting a module position and publishing it
* EXTENSION MANAGER
* install extension from Folder
* install extension from url
Expand Down
2 changes: 1 addition & 1 deletion src/JoomlaBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ private function searchResultLanguageName($languageName)
}

/**
* Publishes a module on all frontend pages
* Publishes a module on frontend in given position
*
* @param string $module The full name of the module
* @param string $position The template position of a module. Right position by default
Expand Down