Changeset 5 for Common/Error.php


Ignore:
Timestamp:
Jan 10, 2016, 12:16:44 AM (9 years ago)
Author:
chronos
Message:
  • Added: Logging support to Database class.
  • Modified: Page class use just $Title field instead two Short and Long titles.
  • Modified: Page class use RawPage instead ClearPage field.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/Error.php

    r3 r5  
    7474    die();
    7575  }
    76  
     76
    7777  function ShowDefaultError($Message)
    7878  {
     
    112112
    113113    foreach($this->OnError as $OnError)
    114       $OnError[0]->$OnError[1]($Error);
     114      call_user_func($OnError, $Error);
    115115  }
    116116}
Note: See TracChangeset for help on using the changeset viewer.