Revert "Method should be static"

This reverts commit 4ca5bc3797.
This commit is contained in:
Raphaël Doursenaud 2013-09-05 19:00:00 +02:00
parent e762042828
commit 0e8eddb470

View File

@ -46,7 +46,7 @@ class ModeleExports extends CommonDocGenerator // This class can't be abstrac
* @param string $maxfilenamelength Max length of value to show
* @return array List of templates
*/
static function liste_modeles($db,$maxfilenamelength=0)
function liste_modeles($db,$maxfilenamelength=0)
{
dol_syslog(get_class($this)."::liste_modeles");