Changeset 2725:4447dd8f9ec2
- Timestamp:
- 07/04/14 08:15:49 (11 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          inc/admin/class.dc.favorites.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        inc/admin/class.dc.favorites.phpr2720 r2725 65 65 $this->migrateFavorites(); 66 66 } 67 defaultFavorites::initDefaultFavorites($this);68 67 } 69 68 … … 77 76 */ 78 77 public function setup() { 78 defaultFavorites::initDefaultFavorites($this); 79 79 $this->legacyFavorites(); 80 80 $this->core->callBehavior('adminDashboardFavorites', $this->core, $this); 
Note: See TracChangeset
          for help on using the changeset viewer.
      