mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: rename $class to $classname to prevents problems
http://www.manuelphp.com/php/reserved.keywords.php
This commit is contained in:
@@ -41,11 +41,11 @@ class ComptaExport
|
||||
\param USER Object utilisateur
|
||||
\param classe Nom de la classe utilis<69>e pour formater les rapports
|
||||
*/
|
||||
function ComptaExport ($DB, $USER, $classe)
|
||||
function ComptaExport ($DB, $USER, $classname)
|
||||
{
|
||||
$this->db = $DB;
|
||||
$this->user = $USER;
|
||||
$this->classe_export = $classe;
|
||||
$this->classe_export = $classname;
|
||||
$this->error_message = '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user