Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -r15856 -r16027 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 15856) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16027) @@ -1,6 +1,6 @@ HttpQuery->unescapeRequestVariable($value); + } + + /** * Returns variable passed to the script as $type * * @param string $name Name of variable to retrieve @@ -3054,4 +3068,4 @@ { return $this->HttpQuery->getClientIp(); } -} \ No newline at end of file +}