]> git.mxchange.org Git - shipsimu.git/commitdiff
Fix for wrong base class
authorRoland Häder <roland@mxchange.org>
Mon, 13 Oct 2008 22:45:10 +0000 (22:45 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 13 Oct 2008 22:45:10 +0000 (22:45 +0000)
application/ship-simu/main/user/class_ShipSimuGuest.php
application/ship-simu/main/user/class_ShipSimuMember.php

index ad63f892cce7a15a338dd451c669913fffcbc5b7..e4edbc5e94196611e3f8a41077ba1405d15ee99d 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class ShipSimuGuest extends BaseUser implements ManageableGuest, Registerable {
+class ShipSimuGuest extends ShipSimuBaseUser implements ManageableGuest, Registerable {
        // Exceptions
        const EXCEPTION_USERNAME_NOT_FOUND   = 0x170;
        const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x171;
        // Exceptions
        const EXCEPTION_USERNAME_NOT_FOUND   = 0x170;
        const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x171;
index 5c09bcd399724c9088f9ae5d75db73f059077742..2f72868ddcc55e9d45dbf67042780311bed198d5 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class ShipSimuMember extends BaseUser implements ManageableMember, Registerable, Updateable {
+class ShipSimuMember extends ShipSimuBaseUser implements ManageableMember, Registerable, Updateable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *