Skip to content
Snippets Groups Projects
Commit b3d0a8ea authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Use correct sort of quotes

parent f482976f
No related merge requests found
...@@ -166,7 +166,7 @@ class plgSystemVMAutoParentCategories extends JPlugin { ...@@ -166,7 +166,7 @@ class plgSystemVMAutoParentCategories extends JPlugin {
$db->query (); $db->query ();
$err = $db->getErrorMsg (); $err = $db->getErrorMsg ();
if (!empty($err)) { if (!empty($err)) {
vmError ('Database error: Unable to remove product category $c for product $virtuemart_product_id: ' . $err); vmError ("Database error: Unable to remove product category $c for product $virtuemart_product_id: " . $err);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment