Index: branches/5.2.x/core/kernel/utility/http_query.php =================================================================== diff -u -N -r16435 -r16513 --- branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 16435) +++ branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 16513) @@ -1,6 +1,6 @@ Application->recallObject('SiteHelper'); - /* @var $site_helper SiteHelper */ $found = false; $http_referer = $_SERVER['HTTP_REFERER']; @@ -559,8 +559,8 @@ */ protected function convertPostEvents() { + /** @var Array $events */ $events = $this->Get('events', Array ()); - /* @var $events Array */ if ( is_array($events) ) { $events = array_filter($events);