Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv6239/lib
Modified Files:
ErrorManager.php
Log Message:
Fix typo.
Index: ErrorManager.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/ErrorManager.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ErrorManager.php 2001/11/21 19:46:50 1.3
--- ErrorManager.php 2001/12/13 05:06:06 1.4
***************
*** 189,193 ****
$this->_flush_errors();
if ($this->_fatal_handler)
! $this->_fatal_hander->call($error);
exit -1;
}
--- 189,193 ----
$this->_flush_errors();
if ($this->_fatal_handler)
! $this->_fatal_handler->call($error);
exit -1;
}
|