fixed little problem with new php-page.
Forgot to change pst target
This commit is contained in:
parent
3e54f60521
commit
3fa676ee73
|
@ -183,7 +183,7 @@ class accountContainer {
|
|||
echo "</title>\n";
|
||||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
||||
echo "</head><body>\n";
|
||||
echo "<form action=\"".$this->type."edit.php\" method=\"post\">\n";
|
||||
echo "<form action=\"edit.php\" method=\"post\">\n";
|
||||
// Display errir-messages
|
||||
if (is_array($result))
|
||||
foreach ($result as $result2)
|
||||
|
|
Loading…
Reference in New Issue