]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/user/class_ShipSimuGuest.php
Fix for wrong base class
[shipsimu.git] / application / ship-simu / main / user / class_ShipSimuGuest.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/>.
  */
-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;