Changeset 443

Show
Ignore:
Timestamp:
01/05/08 23:32:06 (12 months ago)
Author:
padams
Message:

fixing broken reference in PHP4 constructor

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/base/classes/error.php

    r438 r443  
    5757        function owa_error() { 
    5858          
    59                 return __construct(); 
     59                return $this->__construct(); 
    6060          
    6161        }