Added a constant for the translation domain.

This commit is contained in:
Franck Allimant
2014-06-18 16:11:40 +02:00
parent 556f2e898e
commit 8198418f97

View File

@@ -14,10 +14,14 @@ namespace Tinymce;
use Propel\Runtime\Connection\ConnectionInterface;
use Symfony\Component\Filesystem\Filesystem;
use Thelia\Install\Database;
use Thelia\Module\BaseModule;
class Tinymce extends BaseModule
{
/** The module domain for internationalisation */
const MODULE_DOMAIN = "tinymce";
private $jsPath, $mediaPath, $webJsPath, $webMediaPath;
public function __construct()