Skip to content

Commit 01924db

Browse files
committed
Merge pull request #57 from puneet0191/develop
Updating Read me file and Function Description
2 parents 5b54cb9 + 138ac30 commit 01924db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ In between the available functions you can find:
2323
* set error reporting to development
2424
* search for item
2525
* check for item existence
26+
* publish a module
27+
* setting a module position and publishing it
2628
* EXTENSION MANAGER
2729
* install extension from Folder
2830
* install extension from url

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ private function searchResultLanguageName($languageName)
617617
}
618618

619619
/**
620-
* Publishes a module on all frontend pages
620+
* Publishes a module on frontend in given position
621621
*
622622
* @param string $module The full name of the module
623623
* @param string $position The template position of a module. Right position by default

0 commit comments

Comments
 (0)