mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Update to jquery ui 1.10.3
Fix conflict & ui bugs Remove debug
This commit is contained in:
@@ -50,7 +50,7 @@ class module_console_systemTemplateGenerator extends Command
|
||||
foreach ($tplDirs as $tplDir) {
|
||||
$this->container['twig.loader.filesystem']->setPaths(array($tplDir));
|
||||
$finder = new Finder();
|
||||
foreach ($finder->files()->in(array($tplDir))->exclude('Mustache') as $file) {
|
||||
foreach ($finder->files()->in(array($tplDir)) as $file) {
|
||||
try {
|
||||
$this->container['twig']->loadTemplate(str_replace($tplDir, '', $file->getPathname()));
|
||||
$output->writeln('' . $file . '');
|
||||
|
Reference in New Issue
Block a user