mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +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:
parent
695a00f21c
commit
7f34a03034
|
|
@ -30,7 +30,7 @@
|
|||
/**
|
||||
* Class to manage dictionary Countries (used by imports)
|
||||
*/
|
||||
class Ccountry extends CommonObject
|
||||
class Ccountry// extends CommonObject
|
||||
{
|
||||
/**
|
||||
* @var DoliDB Database handler.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user