developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Ticket #758: 758-patch.diff
File 758-patch.diff, 736 bytes (added by Surfoo, 12 years ago) |
---|
-
lib/jelix/core/selector/jSelectorLoc.class.php
96 96 return; 97 97 } 98 98 // else check for the original locale file 99 $path = $gJConfig->_modulesPathList[$this->module].' /locales/'.$locale.'/'.$this->resource.$this->_suffix;99 $path = $gJConfig->_modulesPathList[$this->module].'locales/'.$locale.'/'.$this->resource.$this->_suffix; 100 100 if (is_readable ($path)){ 101 101 $this->_where = 'modules/'; 102 102 $this->_path = $path;