We have moved to Github. Please open tickets there.

Opened 3 years ago

Closed 3 years ago

#1446 closed Defect (duplicate)

plugin setting save with first user

Reported by: coldtrick Owned by:
Priority: high Milestone: Elgg 1.7
Component: Core Version: Github Master
Severity: major Keywords:
Cc: brettp Difficulty:

Description

The plugin settings (admin side) are saved with the a link (owner_guid & container_guid) to the first user that saves the settings.

If this user is deleted the settings are lost!

possible fix:
plugins.php line 515
add
$plugin->container_guid = $CONFIG->site_guid
$plugin->owner_guid = $CONFIG->site_guid

Change History (1)

comment:1 Changed 3 years ago by brettp

  • Resolution set to duplicate
  • Status changed from new to closed

Dupe of #1250, Refs #755.

Note: See TracTickets for help on using tickets.