Changeset 11745

Show
Ignore:
Timestamp:
08/27/07 17:30:55 (1 year ago)
Author:
piotras
Message:

Added final midcom_static_dir method.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/data/midgard_setup_pear.php

    r11625 r11745  
    9191                $this->initial_php_dir."/".MIDCOM_STATIC_DIR_REL;    
    9292            
    93         } 
    94          
     93        } else { 
     94 
     95            $this->midcom_static_dir = $this->initial_php_dir; 
     96        }  
     97 
    9598        $this->pear_ui = new PEAR_Frontend_CLI();  
    9699 
     
    109112    } 
    110113 
     114    final public function midcom_static_dir() 
     115    { 
     116        return $this->midcom_static_dir; 
     117    } 
     118 
    111119    public function set_state($state = 'beta') 
    112120    {