mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
changed an echo to a print, silly but I prefer print in php files and echo for debug and embedded html :)
This commit is contained in:
parent
74d669f14e
commit
1eb099be3d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
get_string('error'),
|
||||
get_string('error') );
|
||||
|
||||
echo clean_text(urldecode($error));
|
||||
print clean_text(urldecode($error));
|
||||
|
||||
print_footer();
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue