diff --git a/api/src/Framework/Ajax.php b/api/src/Framework/Ajax.php
index 14215abe91..22606184b6 100755
--- a/api/src/Framework/Ajax.php
+++ b/api/src/Framework/Ajax.php
@@ -458,7 +458,7 @@ abstract class Ajax extends Api\Framework
if (!$this->sidebox_done && self::$header_done)
{
$this->do_sidebox();
- return $header.'';
+ return $header.'';
}
return $header;