projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9cde18
)
Popup-Dialog-Inhalt ohne Layout rendern
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 18 Jun 2013 09:21:02 +0000
(11:21 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 18 Jun 2013 09:21:11 +0000
(11:21 +0200)
SL/Controller/Admin.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Admin.pm
b/SL/Controller/Admin.pm
index
e26d165
..
ac4aca5
100644
(file)
--- a/
SL/Controller/Admin.pm
+++ b/
SL/Controller/Admin.pm
@@
-250,7
+250,7
@@
sub action_test_database_connectivity {
$dbh->disconnect if $dbh;
- $self->render('admin/test_db_connection',
+ $self->render('admin/test_db_connection',
{ layout => 0 },
title => t8('Database Connection Test'),
ok => $ok,
error => $error);