Skip to content

Commit

Permalink
fix: module ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
nRamstedt committed Nov 14, 2023
1 parent 31ed346 commit 414fa64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/php/Modularity/Modules/MyApps/MyApps.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public function init()
$this->nameSingular = __('My Apps', MOD_MY_PAGES_TEXT_DOMAIN);
$this->namePlural = __('My Apps', MOD_MY_PAGES_TEXT_DOMAIN);
$this->description = __('Module for listing My Apps', MOD_MY_PAGES_TEXT_DOMAIN);
$this->ttl = false;
}

public function model()
Expand Down

0 comments on commit 414fa64

Please sign in to comment.