Index: /Volumes/WebServer/Documents/bugdar/includes/auth/auth.php =================================================================== --- /Volumes/WebServer/Documents/bugdar/includes/auth/auth.php (revision 1521) +++ /Volumes/WebServer/Documents/bugdar/includes/auth/auth.php (working copy) @@ -94,6 +94,15 @@ // ################################################################### /** + * (PHP 4) Constructor + */ + function Authentication() + { + $this->__construct(); + } + + // ################################################################### + /** * Returns the information array for the Bugdar user. This must be * called after an authentication method. */