fixed typo

This commit is contained in:
franck
2013-09-11 09:50:47 +02:00
parent 9002484814
commit f1e2455315
2 changed files with 2 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ use Thelia\Model\LangQuery;
use Thelia\Form\BaseForm;
use Thelia\Form\Exception\FormValidationException;
use Thelia\Log\Tlog;
use Symfony\Component\Routing\Router;
class BaseAdminController extends BaseController
{

View File

@@ -124,7 +124,7 @@ class AsseticHelper
//
// before generating 3bc974a-ad3ef47.css, delete 3bc974a-* files.
//
if ($dev_mode == true || ! file_exists($target_file)) {
if (/*$dev_mode == true || */! file_exists($target_file)) {
// Delete previous version of the file
list($commonPart, $dummy) = explode('-', $asset_target_path);