mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-15 20:47:53 +08:00
7bb1839184
Fix settings not working in ownCloud Signed-off-by: brantje <brantje@gmail.com>
4 lines
No EOL
107 B
PHP
4 lines
No EOL
107 B
PHP
<?php
|
|
namespace OCA\Passman;
|
|
$tmpl = new \OCP\Template('passman', 'part.admin');
|
|
return $tmpl->fetchPage(); |