This commit is contained in:
Manuel Raynaud
2014-01-22 12:52:36 +01:00
parent 9d1c1e3979
commit 1974d3e3c3
1201 changed files with 80 additions and 88 deletions

0
core/lib/Thelia/Action/BaseAction.php Executable file → Normal file
View File

0
core/lib/Thelia/Action/Cart.php Executable file → Normal file
View File

0
core/lib/Thelia/Action/Category.php Executable file → Normal file
View File

0
core/lib/Thelia/Action/Coupon.php Executable file → Normal file
View File

0
core/lib/Thelia/Action/Customer.php Executable file → Normal file
View File

0
core/lib/Thelia/Action/HttpException.php Executable file → Normal file
View File

0
core/lib/Thelia/Action/Image.php Executable file → Normal file
View File

View File

@@ -94,8 +94,7 @@ class Module extends BaseAction implements EventSubscriberInterface
$fs = new Filesystem();
$fs->remove($path);
}
catch (\ReflectionException $ex) {
} catch (\ReflectionException $ex) {
// Happens probably because the module directory has been deleted.
// Log a warning, and delete the database entry.
Tlog::getInstance()->addWarning(

0
core/lib/Thelia/Action/Order.php Executable file → Normal file
View File