Ignore:
Timestamp:
Apr 27, 2016, 11:02:50 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Errors raised by PHP 7.
File:
1 edited

Legend:

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

    r825 r828  
    8686      {
    8787        $Class = new $Item['Callback'][0]($this->System);
    88         $Output .= $Class->$Item['Callback'][1]();
     88        $Method = $Item['Callback'][1];
     89        $Output .= $Class->$Method();
    8990      } else $Output .= call_user_func($Item['Callback']);
    9091    }
Note: See TracChangeset for help on using the changeset viewer.