Elgg
Version 1.11
views
failsafe
messages
exceptions
admin_exception.php
Go to the documentation of this file.
1
<?php
12
?>
13
14
<
p
class
=
"elgg-messages-exception"
>
15
<
span
title
=
"<?php echo get_class($vars['object']); ?>"
>
16
<?php
17
18
echo nl2br(
$vars
[
'object'
]->getMessage());
19
20
?>
21
</
span
>
22
</
p
>
23
24
<
p
class
=
"elgg-messages-exception"
>
25
<?php
26
27
echo nl2br(htmlentities(print_r(
$vars
[
'object'
],
true
), ENT_QUOTES,
'UTF-8'
));
28
29
?>
30
</
p
>
$vars
if(file_exists($welcome)) $vars
Definition:
upgrade.php:93
title
ui datepicker title
Definition:
admin.php:616
span
ui datepicker td span
Definition:
admin.php:634
p
p
Definition:
admin.php:118
Generated on Fri Aug 29 2025 00:00:38 for Elgg by
1.9.1