mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fix typo
This commit is contained in:
parent
cbb2d73b98
commit
1034ecb8fc
@ -458,7 +458,7 @@ abstract class Ajax extends Api\Framework
|
||||
if (!$this->sidebox_done && self::$header_done)
|
||||
{
|
||||
$this->do_sidebox();
|
||||
return $header.'<span id="late-sidebox" data-setSidebox="'.htmlspecialchars(json_encode(Api\self::$extra['setSidebox'])).'"/>';
|
||||
return $header.'<span id="late-sidebox" data-setSidebox="'.htmlspecialchars(json_encode(self::$extra['setSidebox'])).'"/>';
|
||||
}
|
||||
|
||||
return $header;
|
||||
|
Loading…
Reference in New Issue
Block a user