Revision 1633
Added by darkviper over 13 years ago
| save.php | ||
|---|---|---|
| 354 | 354 |
class admin_dummy extends admin |
| 355 | 355 |
{
|
| 356 | 356 |
var $error=''; |
| 357 |
function print_error($message) |
|
| 357 |
function print_error($message, $link = 'index.php', $auto_footer = true)
|
|
| 358 | 358 |
{
|
| 359 | 359 |
$this->error=$message; |
| 360 | 360 |
} |
Also available in: Unified diff
fixed class::methode print_error(...) overwrite in /install/save.php