Skip to content

Commit

Permalink
Link to #2711
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Jun 24, 2024
1 parent 7c05507 commit 596d0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/plugin.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static function byId($_id,$_full = false) {
if (isset($data['specialAttributes']['object'])) {
$plugin->specialAttributes['object'] = $data['specialAttributes']['object'];
}
if (isset($data['specialAttributes']['eqLogic'])) {
if (isset($data['specialAttributes']['user'])) {
$plugin->specialAttributes['user'] = $data['specialAttributes']['user'];
}
if (isset($data['specialAttributes']['eqLogic'])) {
Expand Down

0 comments on commit 596d0be

Please sign in to comment.