This commit is contained in:
Michael RICOIS 2012-11-21 14:26:19 +00:00
parent 93e9bd7481
commit 81be70c43f

View File

@ -57,7 +57,7 @@ class ProfilController extends Zend_Controller_Action
if ($pos === false){
$key = $critere;
} else {
$key = substr($critere, 0, $pos-1);
$key = substr($critere, 0, $pos);
}
Zend_Registry::get('firebug')->info($key);