Merge avec quelques corrections

This commit is contained in:
Michael RICOIS 2015-10-29 13:03:45 +00:00
parent 4db5749fac
commit f48f518288
2 changed files with 1 additions and 4 deletions

View File

@ -159,7 +159,7 @@ class Scores_Auth_Adapter_Ws implements Zend_Auth_Adapter_Interface
return new Zend_Auth_Result(Zend_Auth_Result::SUCCESS, $identity);
} else {
return new Zend_Auth_Result(Zend_Auth_Result::FAILURE_UNCATEGORIZED, $identity);
return new Zend_Auth_Result(Zend_Auth_Result::FAILURE_UNCATEGORIZED, $identity, array("Identification impossible"));
}
}

View File

@ -10,9 +10,6 @@ defined('APPLICATION_ENV')
// --- Composer autoload
require_once realpath(__DIR__ . '/../../vendor/autoload.php');
// --- Create application, bootstrap, and run
$application = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
try {
$opts = new Zend_Console_Getopt(
//Options