mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Corrected bad link() call
This commit is contained in:
parent
a4b8a88d81
commit
75e4cfe0fa
@ -29,7 +29,7 @@ class html
|
||||
else
|
||||
{
|
||||
$html .= "<form method=\"post\" action=\""
|
||||
. $phpgw->link()
|
||||
. $phpgw->link('/admin/log.php')
|
||||
. "&editable=true\">\n";
|
||||
$html .= "<input type=\"submit\" name=\"submit\" value=\"Edit Table Format\">";
|
||||
}
|
||||
@ -100,7 +100,7 @@ class html
|
||||
global $phpgw, $nocols;
|
||||
$html = '';
|
||||
$html .= "<form method=\"post\" action=\""
|
||||
. $phpgw->link()
|
||||
. $phpgw->link('/admin/log.php')
|
||||
. "&editable=true"
|
||||
. "\">\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user