Ignore:
Timestamp:
Jan 14, 2021, 7:38:26 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Correct typecasting of System class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Customer/Customer.php

    r894 r896  
    195195    ));
    196196
    197     ModuleIS::Cast($this->System->GetModule('IS'))->RegisterDashboardItem('Customer',
     197    ModuleIS::Cast(Core::Cast($this->System)->GetModule('IS'))->RegisterDashboardItem('Customer',
    198198      array($this, 'ShowDashboardItem'));
    199199  }
Note: See TracChangeset for help on using the changeset viewer.