[geeklog-cvs] Auth_Enterprise/Client AEUser.class.php,1.5,1.6

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jul 1 14:40:48 EDT 2004


Update of /var/cvs/Auth_Enterprise/Client
In directory www:/tmp/cvs-serv20575

Modified Files:
	AEUser.class.php 
Log Message:
Fixed bug where a non-existent exception was trying to be caught.

Index: AEUser.class.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Client/AEUser.class.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AEUser.class.php	21 Jun 2004 05:03:10 -0000	1.5
--- AEUser.class.php	1 Jul 2004 18:40:46 -0000	1.6
***************
*** 243,247 ****
          try {
              $this->clientProvider->changePassword($this->userName, $newPassword);
!         } catch (AEBaseAEBaseException $error) {
              throw $error;
          }
--- 243,247 ----
          try {
              $this->clientProvider->changePassword($this->userName, $newPassword);
!         } catch (AEBaseException $error) {
              throw $error;
          }




More information about the geeklog-cvs mailing list