Position
This commit is contained in:
parent
93e9bd7481
commit
81be70c43f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user