mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
It's just a mistake. In order to declare a getnomUrl method, Ccountry does not need to extend Commonobject
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
/**
|
||||
* Class to manage dictionary Countries (used by imports)
|
||||
*/
|
||||
class Ccountry extends CommonObject
|
||||
class Ccountry// extends CommonObject
|
||||
{
|
||||
/**
|
||||
* @var DoliDB Database handler.
|
||||
|
||||
Reference in New Issue
Block a user