aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2010062301.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/upgrades/2010062301.php')
-rw-r--r--engine/lib/upgrades/2010062301.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/upgrades/2010062301.php b/engine/lib/upgrades/2010062301.php
index 049a93440..f679fa46d 100644
--- a/engine/lib/upgrades/2010062301.php
+++ b/engine/lib/upgrades/2010062301.php
@@ -14,7 +14,8 @@ if ($groups) {
$acl = $group->group_acl;
try {
- $query = "UPDATE {$CONFIG->dbprefix}access_collections SET owner_guid = $group->guid WHERE id = $acl";
+ $query = "UPDATE {$CONFIG->dbprefix}access_collections
+ SET owner_guid = $group->guid WHERE id = $acl";
update_data($query);
} catch (Exception $e) {
// no acl so create one