Updated alliances page, fixed SQL injections (hoegarden)
Fided minor bugs Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
8f0f7a4d46
commit
be8c6a6629
14 changed files with 1317 additions and 1215 deletions
|
|
@ -207,7 +207,7 @@ class Legacies
|
|||
public static function getResponse()
|
||||
{
|
||||
if (self::$_response === null) {
|
||||
self::$_response = new Legacies_Core_Controller_Response();
|
||||
self::$_response = new Legacies_Core_Controller_Response_Http();
|
||||
}
|
||||
return self::$_response;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue