Changeset 2289 for branches

Show
Ignore:
Timestamp:
12/11/10 07:15:02 (18 months ago)
Author:
petsagouris
Message:

[Branch 1.5] Fixing visibility of methods

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.5/libs/AdminAuth.php

    r2256 r2289  
    155155         * @return bool 
    156156         */ 
    157         public function adminPassword($h) 
     157        private function adminPassword($h) 
    158158        { 
    159159                // Check email 
     
    211211         * @return bool 
    212212         */ 
    213         public function setAdminCookie($h) 
     213        private function setAdminCookie($h) 
    214214        { 
    215215                if (!$h->currentUser->name) { 
     
    247247         * @return bool 
    248248         */ 
    249         public function isAdminCookie($h) 
     249        private function isAdminCookie($h) 
    250250        { 
    251251                if (!$h->currentUser->checkCookie($h)) {