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/User/UserPage.php

    r826 r828  
    6464        {
    6565          $Class = new $Action[0]($this->System);
    66           $Actions .= $Class->$Action[1]();
     66          $Method = $Action[1];
     67          $Actions .= $Class->$Method();
    6768        } else $Actions .= call_user_func($Action).'<br/>';
    6869      }
Note: See TracChangeset for help on using the changeset viewer.