mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00:00
Add new TemplateEngine->testInstall method
- Add admin summary template engine error messages
This commit is contained in:
parent
c6ba92c43d
commit
346f99b877
3 changed files with 26 additions and 1 deletions
|
@ -53,6 +53,14 @@ final class FriendicaSmartyEngine extends TemplateEngine
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function testInstall(array &$errors = null)
|
||||
{
|
||||
$this->smarty->testInstall($errors);
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue