diff --git a/README.md b/README.md index 578b10d..c7397b4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index 9a54e40..3343e57 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -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