mirror of
https://github.com/friendica/friendica
synced 2025-02-22 23:58:14 +00:00
Remove debug execption
This commit is contained in:
parent
b0e3f1f64d
commit
8cb48ded4d
1 changed files with 0 additions and 2 deletions
|
@ -94,8 +94,6 @@ class Details extends BaseAdmin
|
||||||
|
|
||||||
$t = Renderer::getMarkupTemplate('admin/addons/details.tpl');
|
$t = Renderer::getMarkupTemplate('admin/addons/details.tpl');
|
||||||
|
|
||||||
throw new \Exception('ff');
|
|
||||||
|
|
||||||
return Renderer::replaceMacros($t, [
|
return Renderer::replaceMacros($t, [
|
||||||
'$title' => DI::l10n()->t('Administration'),
|
'$title' => DI::l10n()->t('Administration'),
|
||||||
'$page' => DI::l10n()->t('Addons'),
|
'$page' => DI::l10n()->t('Addons'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue