Modified the file README.md
This commit is contained in:
parent
7496669c92
commit
36fdba9463
8 changed files with 61 additions and 18 deletions
|
|
@ -5,8 +5,8 @@ class replaceEntryUrlExtension extends Minz_Extension {
|
|||
const ALLOWED_LIST = [];
|
||||
|
||||
/**
|
||||
* @throws FreshRSS_Context_Exception
|
||||
*/
|
||||
* @throws FreshRSS_Context_Exception
|
||||
*/
|
||||
public function init() {
|
||||
if (!FreshRSS_Context::hasSystemConf()) {
|
||||
throw new FreshRSS_Context_Exception('System configuration not initialised!');
|
||||
|
|
@ -23,8 +23,8 @@ class replaceEntryUrlExtension extends Minz_Extension {
|
|||
}
|
||||
|
||||
/**
|
||||
* @throws FreshRSS_Context_Exception
|
||||
*/
|
||||
* @throws FreshRSS_Context_Exception
|
||||
*/
|
||||
public function handleConfigureAction(): void {
|
||||
$this->registerTranslates();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue