Update signature of Minz_Extension::getFileUrl

To align with https://github.com/FreshRSS/FreshRSS/pull/7495
The code still works without this change though.
This commit is contained in:
Alexandre Alapetite 2025-04-15 22:45:51 +02:00
parent cfe23c5dfa
commit bea6effd2b
No known key found for this signature in database
GPG key ID: A24378C38E812B23
15 changed files with 24 additions and 24 deletions

View file

@ -54,7 +54,7 @@ final class FreshExtension_shareByEmail_Controller extends Minz_ActionController
Minz_View::prependTitle(_t('shareByEmail.share.title') . ' · ');
if ($this->extension !== null) {
Minz_View::appendStyle($this->extension->getFileUrl('shareByEmail.css', 'css'));
Minz_View::appendStyle($this->extension->getFileUrl('shareByEmail.css'));
}
$this->view->_layout('simple');
$this->view->to = '';