Deprecated
Table of Contents
core/classes/Core/Alert.php |
core/classes/Group_Sync/GroupSyncManager.php |
core/classes/Templates/FakeSmarty.php |
core/classes/Widgets/AbstractWidget.php |
Alert.php
Line | Element | Reason |
---|---|---|
25 | Alert::create() | Use Alert::send instead |
GroupSyncManager.php
Line | Element | Reason |
---|---|---|
163 | GroupSyncManager::broadcastChange() | broadcastGroupChange should be used instead. This function has issues, such as that on the first sync it will replace groups on one side with groups from the other side, depending on which side happens to sync first. On the first sync, the desired behaviour is for the new roles on both sides to become the union of roles on both sides. |
FakeSmarty.php
Line | Element | Reason |
---|---|---|
12 | FakeSmarty |
AbstractWidget.php
Line | Element | Reason |
---|---|---|
16 | AbstractWidget::$_smarty |