Changeset 2021

Show
Ignore:
Timestamp:
02/10/2008 11:51:12 AM (11 months ago)
Author:
Shadowhand
Message:

Fixing #383, thanks ixmatus.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/auth/controllers/auth.php

    r2015 r2021  
    1515        } 
    1616 
    17         function index() 
     17        public function index() 
    1818        { 
    1919                // Display the install page 
     
    2121        } 
    2222 
    23         function create() 
     23        public function create() 
    2424        { 
    2525                $form = new Forge(NULL, 'Create User'); 
     
    5555        } 
    5656 
    57         function login() 
     57        public function login() 
    5858        { 
    5959                if ($this->session->get('user_id')) 
     
    9595        } 
    9696 
    97         function logout() 
     97        public function logout() 
    9898        { 
    9999                // Load auth and log out