Added a constant for the translation domain.
This commit is contained in:
@@ -14,10 +14,14 @@ namespace Tinymce;
|
|||||||
|
|
||||||
use Propel\Runtime\Connection\ConnectionInterface;
|
use Propel\Runtime\Connection\ConnectionInterface;
|
||||||
use Symfony\Component\Filesystem\Filesystem;
|
use Symfony\Component\Filesystem\Filesystem;
|
||||||
|
use Thelia\Install\Database;
|
||||||
use Thelia\Module\BaseModule;
|
use Thelia\Module\BaseModule;
|
||||||
|
|
||||||
class Tinymce extends BaseModule
|
class Tinymce extends BaseModule
|
||||||
{
|
{
|
||||||
|
/** The module domain for internationalisation */
|
||||||
|
const MODULE_DOMAIN = "tinymce";
|
||||||
|
|
||||||
private $jsPath, $mediaPath, $webJsPath, $webMediaPath;
|
private $jsPath, $mediaPath, $webJsPath, $webMediaPath;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
|
|||||||
Reference in New Issue
Block a user