// Translations

This commit is contained in:
dMetzger
2012-05-22 09:20:26 +00:00
parent bc6fcc11b5
commit f5f9a96bf7
5 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -686,7 +686,7 @@ abstract class ObjectModelCore
{
// Object must have a variable called 'active'
if (!array_key_exists('active', $this))
throw new PrestaShopException('property "active is missing in object '.get_class($this));
throw new PrestaShopException('property "active" is missing in object '.get_class($this));
// Update active status on object
$this->active = !(int)$this->active;