mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Remove unused Plugin->replaceTemplate
This commit is contained in:
parent
5412348a65
commit
44ddb2d78e
1 changed files with 0 additions and 9 deletions
|
|
@ -191,15 +191,6 @@ abstract class AbstractPlugin
|
|||
return $this;
|
||||
}
|
||||
|
||||
final protected function replaceTemplate(string $sFile, bool $bAdminScope = false) : self
|
||||
{
|
||||
if ($this->oPluginManager) {
|
||||
$this->oPluginManager->AddTemplate($this->sPath.'/'.$sFile, $bAdminScope);
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
final protected function addPartHook(string $sActionName, string $sFunctionName) : self
|
||||
{
|
||||
if ($this->oPluginManager) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue