Index: branches/5.3.x/core/kernel/utility/http_query.php =================================================================== diff -u -N -r16395 -r16519 --- branches/5.3.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 16395) +++ branches/5.3.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 16519) @@ -1,6 +1,6 @@ Application->recallObject('SiteHelper'); - /* @var $site_helper SiteHelper */ $parsed_url = parse_url($_SERVER['HTTP_REFERER']); @@ -545,8 +545,8 @@ */ protected function convertPostEvents() { + /** @var Array $events */ $events = $this->Get('events', Array ()); - /* @var $events Array */ if ( is_array($events) ) { $events = array_filter($events);